Probes do not run in order #724
rgraham7503
started this conversation in
General
Replies: 1 comment 3 replies
-
From what I know, the probe order does not run sequentially. The one that runs sequentially is the requests inside the probe. This is because probes can have different intervals like so:
So the 1st probe will be run every 10 seconds, while the second probe will be run every 15 seconds. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a bug in the order in which Monika runs the probes? Or is it always random? My expectation was that its sequential?
I have
probe
This is how it runs??
Beta Was this translation helpful? Give feedback.
All reactions