chore(celery): update celery config variables names (#22499)

This commit is contained in:
Artem Shumeiko
2023-01-13 19:56:15 +03:00
committed by GitHub
parent 79b40bb979
commit 31e639318b
4 changed files with 11 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ fi
if [[ "${1}" == "worker" ]]; then
echo "Starting Celery worker..."
celery --app=superset.tasks.celery_app:app worker -Ofair -l INFO
celery --app=superset.tasks.celery_app:app worker -O fair -l INFO
elif [[ "${1}" == "beat" ]]; then
echo "Starting Celery beat..."
celery --app=superset.tasks.celery_app:app beat --pidfile /tmp/celerybeat.pid -l INFO -s "${SUPERSET_HOME}"/celerybeat-schedule