Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Monitor retry frequency #13

Open
addvanced opened this issue Jun 25, 2024 · 1 comment
Open

Feature request: Monitor retry frequency #13

addvanced opened this issue Jun 25, 2024 · 1 comment

Comments

@addvanced
Copy link

When setting up monitoring, it would be nice to be able to add (optionally) a retry frequency.
Right now, when a monitor responds with an error (whether it's due to a timeout, or a response code >= 400), and I have set up my monitor to attempt to get a successful response more than 1 time, it retries again immediately, which results in a monitor notification via a channel or email very shortly after the 1st attempt failed.

So, to avoid that, and to give the service a chance to get back on its feet again, before sending a new ping, it would be nice to either stick to the monitoring frequency that is set, or to add an option to define a re-attempt/retry frequency.

Maybe my monitoring frequency is set to 10s, but if I run into an error, I want it to retry every 5 seconds until I reached my attempts-limit.

@goksan
Copy link
Owner

goksan commented Jun 25, 2024

Thanks for writing this up after our discussion.

I'll take a look at this 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants