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
I have The Docker image idealista/prom2teams:4.2.1 Deployed and it works fine. The only thing is that messages only show up with 5min gaps between then. Although the alerts are visible in on the prometheus dashboard way earlier.
Is this behavior to be expected or where can I set the value for it an make it react quicker?
The text was updated successfully, but these errors were encountered:
I think I figured out the reason for my delays: To prevent bots from spamming teams returns 429 Too Many Requests after receiving many request (https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/rate-limit#handle-http-429-responses). However this leads to unhandled exceptions Only being shown at the start up of the container and not lower down in the logs. Maybe this exception could be handled more clearly or also clarified further down the line that an timeout is used to prevent the webhook from returning 429 or whatever is happening here exactly.
And is there any way to start posting to that webhook protected by 429 responses in a more frequent way again or do we need to create a new one?
Description
I have The Docker image
idealista/prom2teams:4.2.1
Deployed and it works fine. The only thing is that messages only show up with 5min gaps between then. Although the alerts are visible in on the prometheus dashboard way earlier.Is this behavior to be expected or where can I set the value for it an make it react quicker?
The text was updated successfully, but these errors were encountered: