An asynchronous job queue schema for ACID compliant job creation
pgext.cloud · Source code · Documentation · Control file
| Package | skitch-extension-jobs |
|---|---|
| Version | 0.0.7 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 0 |
| Latest commit | 2018-09-27 |
| Catalogue updated | 2026-08-30 |
| pgcrypto | cryptographic functions |
| plpgsql | PL/pgSQL procedural language |
| skitch-extension-defaults | default roles |
| skitch-extension-utils | PostgreSQL utilities |
| skitch-extension-verify | PL/pgSQL catalog-verification functions for checking PostgreSQL objects, roles, privileges, policies, and other schema properties. |
| uuid-ossp | generate universally unique identifiers (UUIDs) |
| skitch-extension-defaults | default roles |
| pg_cron | Job scheduler for PostgreSQL |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| pgagent | A PostgreSQL job scheduler |
| pgq | Generic queue for PostgreSQL |
| supa_queue | Simple PostgreSQL job queue that dispatches asynchronous HTTP requests with pg_net, schedules processing and retries with pg_cron, and stores endpoint credentials in Supabase Vault. |
| job_queue | Proof-of-concept database-side asynchronous job queue using dynamic PostgreSQL background workers. |
| pgque | Pure SQL PostgreSQL job queue that orders jobs by priority and claims them with advisory locks. |
| ulak | Transactional Outbox extension for PostgreSQL with reliable asynchronous delivery |
| pg_dispatch | Asynchronous SQL dispatcher built on pg_cron |