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
})
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)