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

FR: Integrate github webhook events #201

Open
gsquared94 opened this issue Aug 10, 2020 · 1 comment
Open

FR: Integrate github webhook events #201

gsquared94 opened this issue Aug 10, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@gsquared94
Copy link
Collaborator

Problem:

  • Currently it seems that the app only does periodic data refreshes. This sometimes gets bottlenecked by Github throttling API requests. As such the dashboard is often left with stale data and needs manual refreshes.

Proposal1:

  • Do a one time load of data and instead of periodic refreshes, rely on different webhook events to patch corresponding data object so that it always maintains a realtime mirror of the repo data.

Proposal2:

  • Rely on different webhook events to maintain a list of data objects that need refresh and periodically only refresh those selected object ids.
@tstromberg
Copy link
Collaborator

This would be a great feature and performance boost, but one which can't replace the existing mechanism, as it requires that folks run Triage Party in a way that is accessible from GitHub's servers.

I suspect most (~90%+) folks would benefit from the webhook events though.

@tstromberg tstromberg added enhancement New feature or request help wanted Extra attention is needed labels Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants