We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c563e2 commit 4f9d7bbCopy full SHA for 4f9d7bb
run
@@ -225,7 +225,7 @@ function klines_caching_service() { # runs the klines caching service
225
/cryptobot/.venv/bin/gunicorn --preload \
226
--workers=${N_CPUS} \
227
--worker-class=gthread \
228
- --worker-connections=8 \
+ --threads=8 \
229
--worker-tmp-dir /dev/shm \
230
--bind 0.0.0.0:8999 klines_caching_service:app
231
}
@@ -253,7 +253,7 @@ function price_log_service() { # runs the klines caching service
253
254
255
256
257
258
--bind 0.0.0.0:8998 price_log_service:app
259
0 commit comments