BREAKING: GitHub Webhooks Down — Immediate Workarounds for Indie Hackers [4yz3c18qmdxn]
GitHub experiencing partial webhook disruption. What's affected, how to respond now, and recovery timeline.
BREAKING: GitHub Webhooks Incident — What You Need to Know
⚠️ STATUS: Investigating | SEVERITY: Minor | IMPACT: Partial
---
What's Down & Who's Affected
GitHub is currently experiencing an incident affecting webhook delivery. This impacts:
NOT affected: Git operations, repository access, GitHub Actions (so far), API calls via REST endpoints.
---
Immediate Workarounds — Do This Now
1. GitHub Actions Users
If using GitHub Actions for CI/CD, you're likely fine. Test a workflow manually if critical:2. Third-Party Webhook Consumers (Vercel, Netlify, etc.)
3. Custom Webhook Listeners
4. Slack/Discord Bots
---
How to Check If Your Project Is Affected
1. Go to: Settings → Webhooks (in any affected repository) 2. Look for recent deliveries with status codes like 5xx or timeouts 3. Check timestamps: Are recent pushes/PRs missing corresponding webhook events? 4. Test manually: Make a small commit; wait 30 seconds. Did your integration react? 5. Monitor logs: Check your webhook receiver logs for request gaps
---
Alternative Tools to Consider (Short Term)
If you need immediate solutions:
/repos/{owner}/{repo}/events API every N minutes---
How to Monitor Recovery
1. GitHub Status Page: https://www.githubstatus.com/ (refresh every 2-3 min) 2. Your webhook dashboard: Settings → Webhooks → Recent Deliveries (watch for success rate recovery) 3. Test webhook: Create a dummy repo, push a commit, verify payload arrives 4. Community signals: Check #devops on relevant Slack communities (actual users report faster than status pages)
Expected recovery window: GitHub typically resolves webhook incidents within 30-90 minutes.
---
Bottom Line
Stay calm. This is a partial, investigating incident—not a full outage. Your repos are safe.
Will update as GitHub reports progress.