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
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Currently, the ManagerStatusHandler will be stopped when a row with start time is inserted in ENGINE_PROPERTIES and a new instance will be started. This can cause the EfficiencyScore to be NaN if a row with the manager info is not inserted in MANAGER_TRACKING before stopping ManagerStatusHandler. The solution could be to stop the manager when a row is inserted in MANAGER_TRACKING but still start the manager when a start time row is inserted into ENGINE_PROPERTIES.