ecolistening / ecolistening/SoundADE

Reset distributed scheduler worker ttl to default

Open
#38 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.