While issuing a new build to update code in workers how do I restart celery workers gracefully?
Edit: What I intend to do is to something like this
You can do:
celery multi restart w1 -A your_project -l info # restart workers
Example