/fifo

A simple redis based task queue for python

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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