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
[SYNTH-22405]: Fix Synthetics Scheduler Flush by locking it (#41954)
### What does this PR do?
This PR fixes an issue in the Synthetics Scheduler where we weren't locking the flush function and therefore we had race conditions when updating the nextRun value for tests.
### Motivation
### Describe how you validated your changes
Local execution of the Agent.
### Additional Notes
0 commit comments