Add gunicorn_pushgateway_workers

This commit is contained in:
2023-04-03 10:45:39 +02:00
parent add1897813
commit 3639cf49e9
4 changed files with 31 additions and 2 deletions

View File

@@ -20,6 +20,11 @@ class EnvConfig(BaseSettings):
MEILI_HOST: str
MEILI_MASTER_KEY: str
PUSH_GETAWAY_ENABLED: bool = True
PUSH_GETAWAY_HOST: str = ""
PUSH_GETAWAY_JOB: str = "library_server"
PUSH_GETAWAY_INTERVAL: int = 15
SENTRY_SDN: str
class Config: