Skip to content

Remove failing webhooks #3257

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

Open
MrKrisKrisu opened this issue Mar 6, 2025 · 1 comment
Open

Remove failing webhooks #3257

MrKrisKrisu opened this issue Mar 6, 2025 · 1 comment

Comments

@MrKrisKrisu
Copy link
Member

Describe the problem

As of our log, we have many failed webhook calls.

  • connection timeout
  • 502 Bad Gateway
  • ...

What steps did you take before the issue occurred?

see log

What did you expect to happen?

We should consider to count the amount of failed requests and deactivate the webhook when reaching a certain level to reduce spamming traffic.

Browser console or error messages (optional)

production.WARNING: Webhook call failed [xxx] Server error: `POST https://...` resulted in a `502 Bad Gateway` response:

Any additional hints or information? (optional)

No response

@Friz64
Copy link

Friz64 commented Mar 6, 2025

I'm currently not receiving Checkin Webhook calls anymore. It worked this morning. Looking at the Webhook settings in my account, I see my application has been removed. My service may have caused one or two 502 errors in your log in the past few days while I was debugging it, but it should now all be working. So, should I just reregister it, and then pinky-promise not to spam your logs anymore?

Update: I have now reconfigured my proxy server to return 200 OK instead of 502 Bad Gateway when my application is offline. So, hopefully no more warnings in your log when I'm debugging.

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