https://github.com/backwardspy/qbert
a dead simple task queue backed by postgres
https://github.com/backwardspy/qbert
Last synced: 8 months ago
JSON representation
a dead simple task queue backed by postgres
- Host: GitHub
- URL: https://github.com/backwardspy/qbert
- Owner: backwardspy
- License: mit
- Created: 2022-05-26T16:09:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T14:23:43.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T08:11:18.909Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# qbert
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.
## usage
add `qbert.piccolo_app` to your `APP_REGISTRY` as per [the documentation](https://piccolo-orm.readthedocs.io/en/latest/piccolo/projects_and_apps/piccolo_apps.html).
see [example.py](example.py) for queue interaction examples.