We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
However, FreshPager returns 404 for unknown checks, so clicking the Test button on a Webhook integration triggers a finite loop of requests.
To work around this, FreshPager should return a 2xx status code for missing checks, such as 204 No Content.
The text was updated successfully, but these errors were encountered:
#1: When Freshping gets a non-2xx response for a webhook request, it …
4e33a77
…retries a lot
When a service with the given name is not found, it now returns 204 instead of 404.
Sorry, something went wrong.
Aldaviva
No branches or pull requests
However, FreshPager returns 404 for unknown checks, so clicking the Test button on a Webhook integration triggers a finite loop of requests.
To work around this, FreshPager should return a 2xx status code for missing checks, such as 204 No Content.
The text was updated successfully, but these errors were encountered: