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
In camunda/camunda#8510 a mechanism was introduced in Zeebe which can be used to track if
processing has reached the end. We should use this instead of our own implementation in the EngineStateMonitor to check if the engine is idle.
The text was updated successfully, but these errors were encountered:
@pihme If you'd like it'd be cool if you could revisit the EngineStateMonitor
remcowesterhoud
changed the title
Modify IdleStateMonitor to use built-in Zeebe functionality
Modify EngineStateMonitor to use built-in Zeebe functionality
Mar 7, 2022
Description
In camunda/camunda#8510 a mechanism was introduced in Zeebe which can be used to track if
processing has reached the end. We should use this instead of our own implementation in the
EngineStateMonitor
to check if the engine is idle.The text was updated successfully, but these errors were encountered: