-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid re-fetching rosters that have failed recently
We already have a mechanism, checking the existence of the roster, to avoid constantly fetching the same rosters. We don't have however a way to avoid re-fetching rosters that have failed recently. We'll insert a row in task_done before the roster fetch to signal that we have attempted to fetch that roster. When looking for candidates to fetch new rosters for we'll exclude ones that have a task_done row.
- Loading branch information
Showing
2 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters