Skip to content

Commit

Permalink
Raise worker version to 212 (also server side)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed Aug 21, 2023
1 parent b2a909d commit cf3f761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/fishtest/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
on how frequently the main instance flushes its run cache.
"""

WORKER_VERSION = 211
WORKER_VERSION = 212


def validate_request(request):
Expand Down
2 changes: 1 addition & 1 deletion worker/sri.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"__version": 211, "updater.py": "JOyZ0qPEXaL82QdgajUzcNfhBbusBn8Fwcp3eGqeXfW1HpDWRD1jXDsrzVUaZeCd", "worker.py": "KxiSQXzbAJnBSsXBh+wiXlaBOAAt0hZsyru2G59vZ3rZkcboZ1pklIEeL4w+VQks", "games.py": "au3WiGyUAb26mcz5C2MhnU7rhe8X3JMEgnyUlo4aAH+dPjxnXCZrWh9xFjdNQoFZ"}
{"__version": 212, "updater.py": "JOyZ0qPEXaL82QdgajUzcNfhBbusBn8Fwcp3eGqeXfW1HpDWRD1jXDsrzVUaZeCd", "worker.py": "JNiGRpnjVNuplGzER45R9j24vlh1tugy+KV7ZFfrVEv5C9HT/RSTyZ0ocRrrNMyW", "games.py": "au3WiGyUAb26mcz5C2MhnU7rhe8X3JMEgnyUlo4aAH+dPjxnXCZrWh9xFjdNQoFZ"}
2 changes: 1 addition & 1 deletion worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# Several packages are called "expression".
# So we make sure to use the locally installed one.

WORKER_VERSION = 211
WORKER_VERSION = 212
FILE_LIST = ["updater.py", "worker.py", "games.py"]
HTTP_TIMEOUT = 30.0
INITIAL_RETRY_TIME = 15.0
Expand Down

0 comments on commit cf3f761

Please sign in to comment.