-
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.
Cache find baseline for an hour (#369)
The previous implementation required fetching the remote list of releases before determining if the task was cacheable or not. This caused rate limiting issues on GitHub (while this was in theory the right thing to do). To workaround limits, we're replacing the JSON input with a timestamp corresponding to the current hour, so we'd fetch at most once per hour.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 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