Constant mz_storage_types::dyncfgs::CLUSTER_SHUTDOWN_GRACE_PERIOD

source ยท
pub const CLUSTER_SHUTDOWN_GRACE_PERIOD: Config<Duration>;
Expand description

When dataflows observe an invariant violation it is either due to a bug or due to the cluster being shut down. This configuration defines the amount of time to wait before panicking the process, which will register the invariant violation.