Skip to content

Commit

Permalink
Revert "Squash #2041 - Test update celery health check can fail"
Browse files Browse the repository at this point in the history
This reverts commit c821c15.
  • Loading branch information
MackHalliday committed Nov 21, 2024
1 parent c821c15 commit 5893819
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/check_celery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
set -e

grep_string="run_celery.notify_celery\ worker"
# celery_pid_count=$(ps aux | grep -E run_celery.notify_celery\ worker | grep -v grep | wc -l)

celery_pid_count="2"
celery_pid_count=$(ps aux | grep -E run_celery.notify_celery\ worker | grep -v grep | wc -l)

CELERY_CONCURRENCY_INT=$(echo "$CELERY_CONCURRENCY" | tr -d '[[:space:]]')

Expand Down

0 comments on commit 5893819

Please sign in to comment.