Prototype background-worker scheduler for periodic, one-shot, and NOTIFY-triggered SQL jobs.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | generic_scheduler |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Unmaintained |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | schedulerx |
| Stars | 7 |
| Latest commit | 2015-06-22 |
| Catalogue updated | 2026-08-30 |
| pg_cron | Job scheduler for PostgreSQL |
| pgagent | A PostgreSQL job scheduler |
| pg_worker_pool | A background worker pool for executing SQL queries |
| cron_utils | Parse cron expressions and compute previous or next trigger times |
| pg_dispatch | Asynchronous SQL dispatcher built on pg_cron |
| pg_message_queue | Listen/Notify-based PostgreSQL message queue extension |
| notify_now | PostgreSQL Extension to send multiple responses from one SQL Query using LISTEN/NOFITY API |
| auto_job | A PostgreSQL extension for background job scheduling |