Skip to content

Commit cc5662b

Browse files
committed
producer
1 parent a400efe commit cc5662b

File tree

3 files changed

+189
-141
lines changed

3 files changed

+189
-141
lines changed

services/director/src/simcore_service_director/core/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class ApplicationSettings(BaseCustomSettings, MixinLoggingSettings):
100100

101101
DIRECTOR_SERVICES_RESTART_POLICY_MAX_ATTEMPTS: int = 10
102102
DIRECTOR_SERVICES_RESTART_POLICY_DELAY_S: int = 12
103+
DIRECTOR_SERVICES_STATE_MONITOR_S: int = 8
103104

104105
DIRECTOR_TRAEFIK_SIMCORE_ZONE: str = Field(
105106
default="internal_simcore_stack",

0 commit comments

Comments
 (0)