Skip to content

Commit

Permalink
Freeze required worker version
Browse files Browse the repository at this point in the history
  • Loading branch information
zguesmi committed Mar 26, 2021
1 parent 420fec5 commit b352d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cron:

workers:
askForReplicatePeriod: ${IEXEC_ASK_REPLICATE_PERIOD:5000}
requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:} #leave empty will allow any worker version
requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:5.1.0} #leave empty will allow any worker version
# the whitelist format should be as follow (comma separated on one or multiple lines:
# whitelist: ${IEXEC_WHITELIST:address1,
# address2,
Expand Down

0 comments on commit b352d15

Please sign in to comment.