Skip to content

Latest commit

 

History

History
 
 

fir_celery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Install

Follow the generic plugin installation instructions in the FIR wiki.

Python Package Index (PyPI) requirements

  • celery
  • redis

Database requirement

  • Redis

The fir_celery plugin uses redis as a broker and result backend. As a consequence, you should make sure to provide your FIR instance with the following ( REDIS_HOST, REDIS_PORT and REDIS_DB in the configuration file).

Usage

Start a worker instance by using the celery program. This is enough for testing/dev purpose but in production you will want to run your worker as a daemon

$ celery -A fir_celery.celeryconf worker -l info

TODO

Improve this integration of celery as we add more tasks