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 b1224f0 commit 890e856Copy full SHA for 890e856
start
@@ -306,7 +306,7 @@ set_real_ip_from 0.0.0.0/0;
306
: "${CELERY_MEMORY_OPTIONS:="--concurrency $((WEBLATE_WORKERS == 1 ? 1 : WEBLATE_WORKERS / 2))"}"
307
: "${CELERY_BACKUP_OPTIONS:="--concurrency 1"}"
308
: "${CELERY_BEAT_OPTIONS:=""}"
309
- : "${CELERY_SINGLE_OPTIONS:="--concurrency $WEBLATE_WORKERS"}"
+ : "${CELERY_SINGLE_OPTIONS:=""}"
310
: "${WEB_WORKERS:="$((WEBLATE_WORKERS <= 3 ? 2 : WEBLATE_WORKERS / 2))"}"
311
312
export CELERY_MAIN_OPTIONS
0 commit comments