Skip to content

Commit

Permalink
fix(celery): deprecated -A flag when not used as global option
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Jun 21, 2024
1 parent 566886f commit b6b25bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ server:
command:
- sh
- '-c'
- celery inspect ping -A application.celery | grep -q OK
- celery -A application.celery inspect ping | grep -q OK
failureThreshold: 3
initialDelaySeconds: 30
periodSeconds: 15
Expand All @@ -233,7 +233,7 @@ server:
command:
- sh
- '-c'
- celery inspect ping -A application.celery | grep -q OK
- celery -A application.celery inspect ping | grep -q OK
failureThreshold: 3
initialDelaySeconds: 30
periodSeconds: 15
Expand Down

0 comments on commit b6b25bc

Please # to comment.