You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thatkookooguy opened this issue
Nov 3, 2018
· 1 comment
Assignees
Labels
databaseEverything that is related to managing\writing\reading the DB.featureEverything that needs an implementation and is newServerRelated to server side changes
Heroku keeps resetting dynos every now and then and we lose data on PRs that are open for a long time.
We should keep PR data in a table that deletes stale data (PR that haven't been updated for other a month or whatever we agree on :-)), or just finished.
When we get a webhook event from GitHub, we'll fetch the PR data from the database and update it with the new delta
The text was updated successfully, but these errors were encountered:
thatkookooguy
added
feature
Everything that needs an implementation and is new
database
Everything that is related to managing\writing\reading the DB.
Server
Related to server side changes
labels
Nov 3, 2018
Implemented STALE deletion of Pull Requests in 36061a8
Every start of the week, the task will check for pull requests in the database that weren't updated in the past 100 days and delete them.. maybe later, having stale PRs will be an achievement of it's own :-)
Currently implementing merge in v2 (or at least a basic merge for now with additional functionalities later),
Should also handle closed pull request events in my next pr
databaseEverything that is related to managing\writing\reading the DB.featureEverything that needs an implementation and is newServerRelated to server side changes
Save Pull Request data to DB for a period
FEATURE
Heroku
keeps resetting dynos every now and then and we lose data on PRs that are open for a long time.We should keep PR data in a table that deletes stale data (PR that haven't been updated for other a month or whatever we agree on :-)), or just finished.
When we get a webhook event from
GitHub
, we'll fetch the PR data from the database and update it with the new deltaWant to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: