Skip to content

Instantly share code, notes, and snippets.

@santoshpy
Last active October 10, 2017 10:02
Show Gist options
  • Save santoshpy/19b55396729e4887f67c9e7890b994af to your computer and use it in GitHub Desktop.
Save santoshpy/19b55396729e4887f67c9e7890b994af to your computer and use it in GitHub Desktop.

To start rabbitmq server

sudo rabbitmq-server start

To check status of server

sudo rabbitmqctl status

To stop server

sudo rabbitmqctl stop

For the worker:

$ celery -A celeryProj worker -l info

For the beat:

$ celery -A celeryProj beat -l info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment