We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3de89c commit 37d912eCopy full SHA for 37d912e
api/docker-entrypoint.sh
@@ -28,7 +28,7 @@ start_prod_server() {
28
29
start_worker() {
30
echo "Starting the worker..."
31
- poetry run python -m celery -A config.celery worker -l "${DJANGO_LOGGING_LEVEL:-info}" -Q celery,scans -E
+ poetry run python -m celery -A config.celery worker -l "${DJANGO_LOGGING_LEVEL:-info}" -Q celery,scans -E --max-tasks-per-child 1
32
}
33
34
start_worker_beat() {
0 commit comments