Skip to content

Instantly share code, notes, and snippets.

@automactic
Last active March 3, 2017 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save automactic/586ca57029a80190de986a0d2c072aba to your computer and use it in GitHub Desktop.
Save automactic/586ca57029a80190de986a0d2c072aba to your computer and use it in GitHub Desktop.
Celery Startup

start RabbitMQ rabbitmq-server

start Celery with detail task info celery -A api.celery worker --loglevel=info

Celery flowers celery -A api.celery flower

flask & mongo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment