PostgreSQL Job Queue
Production-ready job queue using PostgreSQL with priority scheduling, batch claiming, and progress tracking.
Installation
OpenClaw / Moltbot / Clawbot
npx clawhub@latest install postgres-job-queue
When to Use
- Need job queue but want to avoid Redis/RabbitMQ dependencies
- Jobs need priority-based scheduling
- Long-running jobs need progress visibility
- Jobs should survive service restarts
Schema Design
CREATE TABLE jobs
[Description truncada. Veja o README completo no GitHub.]