Webhooks not working #63932
Replies: 9 comments 2 replies
This comment was marked as spam.
This comment was marked as spam.
-
Welcome to the GitHub Community, @Thunderrock424242 , we're happy you're here! You are more likely to get a useful response if you are posting your question in the applicable category. I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
-
log from the web hook Alt-Svc: h3=":443"; ma=86400 |
Beta Was this translation helpful? Give feedback.
-
I am also having some issues with the webhook's delivery. It was all working great till the last month and gets triggered in a few seconds after the push, and now even after 15 minutes some times, its not sent. There is nothing in the deliveries log about it too. |
Beta Was this translation helpful? Give feedback.
-
Check Delivery Logs: Continue to monitor your webhook delivery logs for any patterns or errors that might shed light on why some deliveries are delayed. GitHub Status: Although less likely, it's worth checking GitHub's status page for any known issues with webhook deliveries. Sometimes, platform-wide issues can affect webhook performance. Webhook Destination: Ensure that the destination server or service you're using for your webhooks (e.g., Discord) is functioning correctly and isn't experiencing any delays or downtime on their end. Webhook Payload Size: Large payloads can sometimes lead to delays in delivery. Ensure that your webhook payloads are within the size limits defined by GitHub. GitHub Configuration: Revisit your GitHub webhook configuration to ensure that everything is set up correctly, including the events you're subscribed to and the payload format you expect. Rate Limiting: Review both GitHub and Discord's rate limiting policies to ensure you're not hitting any rate limits that could delay deliveries. Retry Logic: Consider implementing a retry mechanism in your webhook listener to handle cases where a delivery isn't received promptly. This can help ensure that critical data is not missed. |
Beta Was this translation helpful? Give feedback.
-
hey @Thunderrock424242 Here are the steps to create a webhook for GitHub and Discord: |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Hello, getting a |
Beta Was this translation helpful? Give feedback.
-
im having an issue with my webhooks everything was working fine but now that ive set up a new discord some webhooks are working and others are not any help with this please |
Beta Was this translation helpful? Give feedback.
-
My webhook from my repository to discord won't work. Is there something wrong that git hub is working on? I will send the error that it gives me soon
Beta Was this translation helpful? Give feedback.
All reactions