Skip to content

Commit

Permalink
Set a five minute TTL for Dask workers
Browse files Browse the repository at this point in the history
Fixes dask#6148
  • Loading branch information
mrocklin committed Apr 25, 2022
1 parent b7fc7be commit d94ab9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/distributed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ distributed:
events-log-length: 100000
work-stealing: True # workers should steal tasks from each other
work-stealing-interval: 100ms # Callback time for work stealing
worker-ttl: null # like '60s'. Time to live for workers. They must heartbeat faster than this
worker-ttl: "5 minutes" # like '60s'. Time to live for workers. They must heartbeat faster than this
pickle: True # Is the scheduler allowed to deserialize arbitrary bytestrings
preload: [] # Run custom modules with Scheduler
preload-argv: [] # See https://docs.dask.org/en/latest/how-to/customize-initialization.html
Expand Down

0 comments on commit d94ab9a

Please sign in to comment.