a dead simple task queue backed by postgres
very informal testing suggests a max performance around 100 jobs per second per worker on my machine.
add qbert.piccolo_app
to your APP_REGISTRY
as per the documentation.
see example.py for queue interaction examples.