You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Scheduling Monitor is registered from the client side, there is no guarantee that it is a non-blocking code, and fast enough to run in the default Vertx event loop thread.
The monitor should act as a subscriber on the "execution result" topic => should allow more than one monitor in the scheduler
Describe the solution you'd like
Scheduling monitor is run in the worker executor
Create a delegate monitor that can register multiple scheduling monitors
Create an internal monitor to ensure no unexpected exceptions when distributing the execution result by the registered scheduling monitor
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: