Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.51 KB

File metadata and controls

68 lines (42 loc) · 1.51 KB

Snacking on Celery's Readme

https://circleci.com/gh/DerbyPy/snacking-celery.svg?style=shield https://codecov.io/github/derbypy/snacking-celery/coverage.svg?branch=master&token=

Introduction

You should be able to run the tests with:

$ cd snacking-celery-src
$ pipenv run tox

Or an app command like:

$ pipenv run snacking hello

Running the celery worker:

$ pipenv run celery -A snacking.celery.tasks worker --loglevel=info

Celery Resources

Alternatives

Tutorial

  • Hello
    • CLI
    • Worker
  • RabbitMQ
    • Diagram
    • Worker output
    • Worker processes
      • 8
      • queue: snacking
  • sudo rabbitmqctl list_queues
  • Flower?