ecolistening / ecolistening/SoundADE
Reset distributed scheduler worker ttl to default
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It looks like we're setting the worker TTL to infinite. This may have been a debug measure in the early stages of this project. It should probably not be manually set like this (the default TTL is something like 5 mins and is fine)
```
cfg.set({
"distributed.scheduler.worker-ttl": None
})
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.