select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

pgque

Pure SQL PostgreSQL job queue that orders jobs by priority and claims them with advisory locks.

pgext.cloud · Source code · Control file

Overview

Packagepgque
Version0.1.0
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars3
Latest commit2016-06-07
Catalogue updated2026-08-30

Related extensions

See also

pgmqA lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
pg_cronJob scheduler for PostgreSQL
job_queueProof-of-concept database-side asynchronous job queue using dynamic PostgreSQL background workers.
pg_worker_poolA background worker pool for executing SQL queries
pgqGeneric queue for PostgreSQL
skitch-extension-jobsAn asynchronous job queue schema for ACID compliant job creation
supa_queueSimple 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.
pgagentA PostgreSQL job scheduler
ulakTransactional Outbox extension for PostgreSQL with reliable asynchronous delivery