[ВОЛК] увеличение таймаута gunicorn
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-21 14:19:24 +03:00
parent 0ec925ec2f
commit 35c8a00822
+1 -1
View File
@@ -6,7 +6,7 @@ After=network.target
[Service] [Service]
User=root User=root
WorkingDirectory=/opt/testbot-git WorkingDirectory=/opt/testbot-git
ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5006 --workers 4 wsgi_edit:app ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5006 --workers 4 --timeout=60 wsgi_edit:app
Restart=always Restart=always
[Install] [Install]