Communityv1.0.0

Postgres Job Queue

PostgreSQL-based job queue with priority scheduling, batch claiming, and progress tracking. Use when building job queues without external dependencies. Triggers on PostgreSQL job queue, background jobs, task queue, priority queue, SKIP LOCKED.

1.7kdownloads1stars5active installswpank
View on ClawHubBack to Skills

Skill Details

Slug
postgres-job-queue
Latest Version
1.0.0
Author
wpank
Published
Feb 10, 2026
Updated
May 17, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Postgres Job Queue.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release of postgres-job-queue, a PostgreSQL-based job queue with priority, batch claiming, and progress tracking. - Production-ready schema for jobs table, with fields for priority, progress, worker tracking, and retries. - Example SQL and Go code for batch claiming using SKIP LOCKED. - Includes job completion, failure, and stale job recovery routines in Go. - Clear decision tree for when to use PostgreSQL vs. other queues. - “NEVER Do” section for critical design guidelines and anti-patterns.