We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4eb49 commit 88e50ccCopy full SHA for 88e50cc
config.py
@@ -134,10 +134,4 @@
134
135
136
## Experimental featueres
137
-# Canonical key is STOP_NODES_ON_SHUTDOWN. Keep SHUTDOWN_NODES_ON_SHUTDOWN
138
-# as a fallback for backward compatibility.
139
-STOP_NODES_ON_SHUTDOWN = config(
140
- "STOP_NODES_ON_SHUTDOWN",
141
- cast=bool,
142
- default=config("SHUTDOWN_NODES_ON_SHUTDOWN", cast=bool, default=True),
143
-)
+STOP_NODES_ON_SHUTDOWN = config("STOP_NODES_ON_SHUTDOWN", cast=bool, default=True)
0 commit comments