-
Notifications
You must be signed in to change notification settings - Fork 15
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
max_retries is not applied #12
Comments
Oh looks like this is an error in the readme, can you try the following (the settings have to be separated by a newline): AUTOKUMA__KUMA__DEFAULT_SETTINGS: |-
docker.docker_container: {{container_name}}
http.max_redirects: 10
http.max_retries: 2 |
Thank you, I will test this. Anyway, I have tried setting the max_retries on a particular monitor as well, it did not work. |
That is correct, as long as it's a monitor managed by AutoKuma. |
Unfortunately, same. I did not try creating a new one, but already created did not get updated, "retries" stays at 0. |
Turns out uptime kuma calls these |
I have a default configuration for AutoKuma:
But the
max_retries
is not applied, all monitor has0
retry. I have tried setting the same on an individual monitor as well, same issue.The text was updated successfully, but these errors were encountered: