Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 241ab33

Browse files
committedJan 30, 2025··
Increase work-stealing interval
1 parent fd3722d commit 241ab33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎distributed/distributed.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ distributed:
2121
idle-timeout: null # Shut down after this duration, like "1h" or "30 minutes"
2222
no-workers-timeout: null # If a task remains unrunnable for longer than this, it fails.
2323
work-stealing: True # workers should steal tasks from each other
24-
work-stealing-interval: 100ms # Callback time for work stealing
24+
work-stealing-interval: 1s # Callback time for work stealing
2525
worker-saturation: 1.1 # Send this fraction of nthreads root tasks to workers
2626
rootish-taskgroup: 5 # number of dependencies of a rootish tg
2727
rootish-taskgroup-dependencies: 5 # number of dependencies of the dependencies of the rootish tg

0 commit comments

Comments
 (0)
Please sign in to comment.