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

Get delta of GitHub notifications #162

Closed
stephenmichaelf opened this issue May 20, 2017 · 2 comments
Closed

Get delta of GitHub notifications #162

stephenmichaelf opened this issue May 20, 2017 · 2 comments

Comments

@stephenmichaelf
Copy link
Collaborator

Give me delta for last x minutes - to compensate for missing notifications from "WebHook".

This should query periodically, get the recent items, then if anything is missing from our Issues data store, write it there.

@karelz
Copy link
Owner

karelz commented May 21, 2017

Note: If there were multiple notifications for an issue, we might have missed one in the middle, not the latest.

When we identify issues with missing notifications, we can pull their Timeline to get the notification.

@karelz
Copy link
Owner

karelz commented May 22, 2017

We should look into GraphQL if it can be used to query the delta for "last x minutes".

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

2 participants