Skip to content

Commit 890e856

Browse files
committed
fix(celery): remove concurrency from the solo worker
Seen in #3738, but I don't think this is the root cause.
1 parent b1224f0 commit 890e856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ set_real_ip_from 0.0.0.0/0;
306306
: "${CELERY_MEMORY_OPTIONS:="--concurrency $((WEBLATE_WORKERS == 1 ? 1 : WEBLATE_WORKERS / 2))"}"
307307
: "${CELERY_BACKUP_OPTIONS:="--concurrency 1"}"
308308
: "${CELERY_BEAT_OPTIONS:=""}"
309-
: "${CELERY_SINGLE_OPTIONS:="--concurrency $WEBLATE_WORKERS"}"
309+
: "${CELERY_SINGLE_OPTIONS:=""}"
310310
: "${WEB_WORKERS:="$((WEBLATE_WORKERS <= 3 ? 2 : WEBLATE_WORKERS / 2))"}"
311311

312312
export CELERY_MAIN_OPTIONS

0 commit comments

Comments
 (0)