Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 176 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 176 Bytes

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