cd ../ # Empty only monitoring queue: celery -A pyros amqp queue.purge monitoring_q # Empty ALL queues #celery -A pyros purge -f # THE HARD WAY : something like that... #ps aux | grep \"celery worker\" | awk '{print $2}' | xargs kill -9