Skip to content

Better error handling in OnlineEventApp/AlgFlowManager

Rosen Matev requested to merge rm-reset-algexecstate into master
  • Fix event StatusCode after failure

    A successful event after a failed one got a failure StatusCode because of how the AlgExecStateSvc works. An extra reset fixes that problem.

  • When too many consecutive errors are encountered, go to the ERROR state

This should improve the "fatal scrolling" in the monitoring tasks.

Edited by Rosen Matev

Merge request reports