Idle Shutdown#
Coiled clusters automatically shut down after 20 minutes of inactivity.
You can customize this setting with the idle_timeout=
keyword.
For example, in the following code snippet, we set the idle_timeout
to 2
hours:
import coiled
cluster = coiled.Cluster(idle_timeout="2 hours")