Skip to content

Commit 88e50cc

Browse files
committed
fix: Simplify STOP_NODES_ON_SHUTDOWN configuration by removing fallback to SHUTDOWN_NODES_ON_SHUTDOWN
1 parent db4eb49 commit 88e50cc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

config.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,4 @@
134134

135135

136136
## 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-
)
137+
STOP_NODES_ON_SHUTDOWN = config("STOP_NODES_ON_SHUTDOWN", cast=bool, default=True)

0 commit comments

Comments
 (0)