Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#927 Redis clustering, enable back heartbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Aug 23, 2023
1 parent 3376601 commit bd74c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_celery_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ CELERY_WORKER_NAME_WITH_UUID="${CELERY_WORKER_NAME}-${UUID}"

echo "$CELERY_WORKER_NAME_WITH_UUID" > "/temp/celery-worker-$CELERY_WORKER_NAME.tmp"

celery -A core worker -n $CELERY_WORKER_NAME_WITH_UUID --loglevel=INFO "$@" -E --without-heartbeat --without-gossip --without-mingle
celery -A core worker -n $CELERY_WORKER_NAME_WITH_UUID --loglevel=INFO "$@" -E

0 comments on commit bd74c42

Please sign in to comment.