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 92fd9df commit 091f548Copy full SHA for 091f548
docker/entrypoint_worker.sh
@@ -82,6 +82,7 @@ case "$1" in
82
;;
83
84
worker)
85
+ shift 1
86
# https://docs.celeryq.dev/en/stable/userguide/workers.html#max-tasks-per-child-setting
87
# Required to start each Celery task in separated process, avoiding issues with global Spark session object
88
CMD=(
0 commit comments