tangled
alpha
login
or
join now
edavis.dev
/
bsky-tools
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
service/feedweb: use one worker for Prometheus
Eric Davis
2 years ago
ed1d3449
374d641f
+1
-1
1 changed file
expand all
collapse all
unified
split
service
feedweb.service
+1
-1
service/feedweb.service
···
6
6
Type=simple
7
7
User=eric
8
8
WorkingDirectory=/home/eric/bsky-tools
9
9
-
ExecStart=/home/eric/.local/bin/pipenv run gunicorn -w 4 -b 127.0.0.1:9060 feedweb:app
9
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