forked from official-stockfish/fishtest
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Index worker_runs data structure by short_worker_name.
If the worker runs out of GitHub api call then the server consults the worker_runs data structure to send the worker only runs it has seen before. However currently this data structure is indexed by uuid which does not persist across worker restarts. In this PR we change the index to the worker name, which is persistent.
- Loading branch information
1 parent
620979a
commit 0087ae4
Showing
2 changed files
with
7 additions
and
8 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