Skip to content

Conversation

@kristian
Copy link
Contributor

Previously any failure during verticle deployment during boot could lead to the bootstrap of NeonBee failing / undeployment of all verticles. This commit introduces a new "bootDeploymentHandling" option in the NeonBeeConfig, which lets the user specify how to deal with failures during verticles / module deployments during boot. The change is compatible with how it is handled currently (FAIL_ON_ERROR), however also provides options to undeploy any failing modules (UNDEPLOY_FAILING) or even keeping modules that could only be partially deployed (KEEP_PARTIAL).

@kristian kristian requested a review from a team as a code owner June 24, 2024 14:14
@kristian kristian force-pushed the feat/bootdeploymenthandling branch from 5330089 to 58f0e93 Compare June 24, 2024 14:15
halber
halber previously approved these changes Jun 24, 2024
Copy link
Contributor

@halber halber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Previously any failure during verticle deployment during boot could lead to the bootstrap of NeonBee failing / undeployment of all verticles. This commit introduces a new "bootDeploymentHandling" option in the NeonBeeConfig, which lets the user specify how to deal with failures during verticles / module deployments during boot. The change is compatible with how it is handled currently (FAIL_ON_ERROR), however also provides options to undeploy any failing modules (UNDEPLOY_FAILING) or even keeping modules that could only be partially deployed (KEEP_PARTIAL).
@kristian kristian force-pushed the feat/bootdeploymenthandling branch from 1bf98e5 to 451a2fb Compare July 1, 2024 12:38
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 1, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants