-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
The Delay until an alert event occurs action can fail intermittently.
The execution can wait forever and will only continue when the condition is matched, regardless of whether the delay was reached.
Steps to Reproduce
It's hard to replicate, but it seems the number of executions running at the same time + the delay configured is the trigger.
Expected Results
The execution should continue if the delay time is reached and the condition event doesn't happen.
Actual Results
The execution can wait until the condition event is matched, even after the delay time has passed.
Workaround
There's no workaround so far.