karelz / GitHubIssues

Tools for tracking GitHub issues
MIT License
14 stars 2 forks source link

Get delta of GitHub notifications #162

Closed stephenmichaelf closed 2 years ago

stephenmichaelf commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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