We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
numfocus
Learn more about funding links in repositories.
Report abuse
1 parent fd3722d commit 241ab33Copy full SHA for 241ab33
distributed/distributed.yaml
@@ -21,7 +21,7 @@ distributed:
21
idle-timeout: null # Shut down after this duration, like "1h" or "30 minutes"
22
no-workers-timeout: null # If a task remains unrunnable for longer than this, it fails.
23
work-stealing: True # workers should steal tasks from each other
24
- work-stealing-interval: 100ms # Callback time for work stealing
+ work-stealing-interval: 1s # Callback time for work stealing
25
worker-saturation: 1.1 # Send this fraction of nthreads root tasks to workers
26
rootish-taskgroup: 5 # number of dependencies of a rootish tg
27
rootish-taskgroup-dependencies: 5 # number of dependencies of the dependencies of the rootish tg
0 commit comments