-
-
Notifications
You must be signed in to change notification settings - Fork 741
Labels
enhancementImprove existing functionality or make things work betterImprove existing functionality or make things work bettergood first issueClearly described and easy to accomplish. Good for beginners to the project.Clearly described and easy to accomplish. Good for beginners to the project.
Description
Currently we have an idle_timeout=
keyword. It's great! It stops people from leaving clusters on, potentially racking up needless cloud expenses.
I sometimes find myself wanting a different timeout when all clients have gone. For example I might want a one-hour timeout if I'm connected from my Jupyter session, but once I've disconnected I probably only want a five minute timeout (long enough for me to hit refresh on my notebook and reconnect).
With this in mind I'll propose a idle_timeout_no_clients=
keyword and config value (better names welcome) that would, presumably, be set more aggressively.
cc @fjetter @jrbourbeau (maybe useful for coiled.run
) and @ntabris (because I think he cares about these things).
Metadata
Metadata
Assignees
Labels
enhancementImprove existing functionality or make things work betterImprove existing functionality or make things work bettergood first issueClearly described and easy to accomplish. Good for beginners to the project.Clearly described and easy to accomplish. Good for beginners to the project.