Skip to content

PgQueuer v1.0

Streaming & Message Queues

A Python library that turns a PostgreSQL database into a background‑job queue, using LISTEN/NOTIFY and FOR UPDATE SKIP LOCKED for real‑time processing.

Python Latest v1.0.2 · 5d ago Security brief →

Features

  • Minimal integration: add one Python package and use your existing PostgreSQL connection
  • PostgreSQL‑native concurrency with LISTEN/NOTIFY and FOR UPDATE SKIP LOCKED for instant job dispatch
  • Batch enqueueing, deferred execution scheduling, graceful shutdown and built‑in observability

Recent releases

View all 17 releases →
No immediate action
v1.0.2 Bug fix

Stale‑job unblock

No immediate action
v1.0.1 Bug fix

Windows psycopg selector loop fix

Upgrade now
v1.0.0 Breaking risk
Breaking upgrade

Async‑only API + retry schema

No immediate action
v0.26.3 Bug fix

Crash propagation

No immediate action
v0.26.1 Bug fix

Scheduler race condition fix

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

About

Stars
1,488
Forks
35
Languages
Python Shell Makefile

Install & Platforms

Install via
pip

Community & Support

Similar tools

Alternative to

Celery

Beta — feedback welcome: [email protected]