We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28db63 commit be04470Copy full SHA for be04470
services/clusters-keeper/src/simcore_service_clusters_keeper/core/settings.py
@@ -381,9 +381,7 @@ def LOG_LEVEL(self) -> LogLevel: # noqa: N802
381
def _valid_log_level(cls, value: str) -> str:
382
return cls.validate_log_level(value)
383
384
- @field_validator(
385
- "CLUSTERS_KEEPER_TASK_INTERVAL", "SERVICE_TRACKING_HEARTBEAT", mode="before"
386
- )
+ @field_validator("SERVICE_TRACKING_HEARTBEAT", mode="before")
387
@classmethod
388
def _validate_interval(
389
cls, value: str | datetime.timedelta
0 commit comments