Skip to content
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

Handle Webhooks at Scale #5

Open
osowskit opened this issue Dec 15, 2017 · 0 comments
Open

Handle Webhooks at Scale #5

osowskit opened this issue Dec 15, 2017 · 0 comments

Comments

@osowskit
Copy link
Owner

osowskit commented Dec 15, 2017

Problem

Very active repositories may eventually time out with serial processing of webhooks. GitHub may also be temporarily unavailable so handle retrying.

Discussion

  • Store webhook events and process them separately.
  • Gracefully fail when GitHub's API is unavailable
  • Cache the jira URL instead of loading it each webhook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant