|
Hi there! I try to auto resolve my alerts for Pagerduty, but it seems that Pagerduty cannot be called sometimes when it tries to autoresolve the alert. I get this Warming: Restarting the container then usually resolves this and the alert in Pagerduty then gets resolved and the Any ideas what might is causing that? thanks in advance |
Answered by
jertel
May 27, 2021
Replies: 1 comment
|
Rules are prevented from executing concurrently. That warning is telling you that the same rule is already being executed in another scheduler thread. I see your interval is set to a very short 10 seconds. Is it possible that the pagerduty alerts are taking more than 10 seconds to execute? |
0 replies
Answer selected by
jertel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rules are prevented from executing concurrently. That warning is telling you that the same rule is already being executed in another scheduler thread. I see your interval is set to a very short 10 seconds. Is it possible that the pagerduty alerts are taking more than 10 seconds to execute?