fifo

A simple redis based task queue for python


License
BSD-3-Clause
Install
pip install fifo==0.0.3

Documentation

fifo

A simple redis based task queue for python

Start the worker:

python -m fifo.worker 'example.tasks'

Send some tasks:

python -m example.app