Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only start running job verticles if boot process fully finished #209

Open
1 task done
kristian opened this issue Oct 26, 2022 · 0 comments
Open
1 task done

Only start running job verticles if boot process fully finished #209

kristian opened this issue Oct 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kristian
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

The Problem

Currently, if verticles are deployed during the boot process of NeonBee, it can happen that JobVerticles already start their work, even though NeonBee is still in a booting state. As verticles are deployed as a last step of the boot, this is often times not critical, but especially if verticles depend on each other through the event loop, it can result in non-deterministic behavior, especially if the job verticle calls the dependent verticle immediately.

Desired Solution

Wait for starting the "clock" of execution of all job-verticles until the boot process of NeonBee signals full completion.

Alternative Solutions

No response

Additional Context

No response

@kristian kristian added the enhancement New feature or request label Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant