A PostgreSQL extension for background job scheduling
pgext.cloud · Source code · Documentation · Control file
| Package | auto_job |
|---|---|
| Version | 1.0.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 0 |
| Latest commit | 2026-04-05 |
| Catalogue updated | 2026-08-30 |
| dblink | connect to other PostgreSQL databases from within a database |
| pg_cron | Job scheduler for PostgreSQL |
| pgagent | A PostgreSQL job scheduler |
| pg_dispatch | Asynchronous SQL dispatcher built on pg_cron |
| cron_utils | Parse cron expressions and compute previous or next trigger times |
| pg_dbms_job | Extension to add Oracle DBMS_JOB full compatibility to PostgreSQL |
| skitch-extension-jobs | An asynchronous job queue schema for ACID compliant job creation |
| 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. |