mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-02-04 18:06:48 +00:00
server: add healthcheck for worker
This commit is contained in:
@@ -128,5 +128,8 @@ class Settings(BaseSettings):
|
||||
# Profiling
|
||||
PROFILING: bool = False
|
||||
|
||||
# Healthcheck
|
||||
HEALTHCHECK_URL: str | None = None
|
||||
|
||||
|
||||
settings = Settings()
|
||||
|
||||
Reference in New Issue
Block a user