|
|
|
Show HN: PgQueuer v1.0 – Python job queue using only PostgreSQ
(github.com)
|
|
2 points
by jeeybee
39 days ago
|
|
PgQueuer is a Python job queue that uses PostgreSQL for everything — queue
storage, locking, notifications. No Redis, no RabbitMQ, no separate broker
to operate. If your app already has Postgres, you already have the broker. After ~2 years and 26 minor releases, 1.0 ships today as the first stable
release. Strict semver from here on. Thanks to everyone who contributed and left feedback! |
|