skills/skills.volces.com/postgres-job-queue

postgres-job-queue

Installation
SKILL.md

PostgreSQL Job Queue

Production-ready job queue using PostgreSQL with priority scheduling, batch claiming, and progress tracking.


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

Installs
13
First Seen
Mar 13, 2026
postgres-job-queue from skills.volces.com