feat: stabilize multi-region runtime sync and worker orchestration
This commit is contained in:
@@ -11,9 +11,10 @@ Environment="WORKER_MODE=linux-systemd"
|
||||
Environment="API_HOST=0.0.0.0"
|
||||
Environment="API_PORT=8100"
|
||||
Environment="DOMAIN_ROOT=/opt/domaincheck/domainCheck"
|
||||
ExecStart=/opt/domaincheck/domainCheck/.venv/bin/python -m uvicorn app.main:app --host 0.0.0.0 --port 8100
|
||||
ExecStart=/opt/domaincheck/domainCheck/.venv/bin/python -m uvicorn app.main:app --host 0.0.0.0 --port 8100 --timeout-graceful-shutdown 15
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
TimeoutStopSec=20
|
||||
User=www
|
||||
Group=www
|
||||
|
||||
|
||||
Reference in New Issue
Block a user