PgQueuer v1.0 – Python job queue using only PostgreSQ
Ditches Redis entirely by leveraging Postgres LISTEN/NOTIFY for instant wakeups.
The lightweight, crash safe alternative to Celery for AI Agents and long running LLM Pipelines
Zero-Redis job queue that handles AI pipeline retries better than Celery.
Python developers building AI pipelines or background job systems
Celery · RQ · Dramatiq
Ditches Redis entirely by leveraging Postgres LISTEN/NOTIFY for instant wakeups.
TUI and web dashboard for ARQ when the library has no built-in monitoring.
Job queue that eliminates Redis/RabbitMQ by storing state in a single JSON file with CAS.
Job queue without a separate broker—uses Postgres LISTEN/NOTIFY and SKIP LOCKED.
Replaces Redis+RQ with just Postgres—fork isolation, transactional enqueueing, zero broker.
SQLite for local dev without Redis, but Trigger.dev and Inngest already own this space.