this repo has no description

service/feedweb: use one worker for Prometheus

+1 -1
+1 -1
service/feedweb.service
··· 6 6 Type=simple 7 7 User=eric 8 8 WorkingDirectory=/home/eric/bsky-tools 9 - ExecStart=/home/eric/.local/bin/pipenv run gunicorn -w 4 -b 127.0.0.1:9060 feedweb:app 9 + ExecStart=/home/eric/.local/bin/pipenv run gunicorn -w 1 -b 127.0.0.1:9060 feedweb:app 10 10 TimeoutSec=15 11 11 Restart=on-failure 12 12 RestartSec=1