fix(cluster): give cluster-leave phase a 15s timeout so 10s singleton drains can complete

This commit is contained in:
Joseph Doherty
2026-07-08 15:55:06 -04:00
parent ff89e3145c
commit f164f62a8b
2 changed files with 18 additions and 0 deletions
@@ -272,6 +272,7 @@ akka {{
}}
coordinated-shutdown {{
run-by-clr-shutdown-hook = on
phases.cluster-leave.timeout = 15s
}}
}}";
}