Open kongomongo opened 3 years ago
even adding ignore_http_error_codes: 522 does not help
--test-filter
won't work on max tries. Try running urlwatch with --verbose
in your cron job and check the output. It should be quite verbose regarding max_tries ("Using max_tries of ...", "Error while executing...", "This was try ... of ...", "We are not at ... tries", ...).
Hi there,
I thought max_tries was more or less a catchall for any error. So if my interval for urlwatch is every 5 mins and max_tries is 12, no matter the error if it vanishes within 60 mins I get no error.
Or so i thought.
Can you explain this?
Am I doing it wrong?