cybertec-postgresql/pg_timetable
pg_timetable: Advanced scheduling for PostgreSQL observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 59
- age_days: 2814
- days_rel: 9
- days_push: 7
- n_releases_24m: 10
Adoption not part of the score
1395 stars · 74 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
pg_timetable is an advanced standalone job scheduler for PostgreSQL that is completely database driven. It schedules SQL commands, system programs, and built-in operations using cron-style expressions, with support for task chains and missed-job handling.
Use cases
- schedule SQL jobs in postgres
- replace cron for database tasks
- run vacuum automatically on a schedule
- refresh materialized views periodically
- chain dependent database tasks
- run reindexdb nightly
- schedule shell commands from postgres
When to choose
- you need cron-like scheduling fully managed inside PostgreSQL
- you want tasks arranged in chains with parameters and failure handling
- you need to schedule SQL, programs, and built-ins from one scheduler
When to avoid
- you need a general-purpose distributed task queue outside the database
- you use a database other than PostgreSQL
- you need a GUI-based scheduler
Facets
cli-tool · maturity active
scheduling database cli workflow-automation databases developer-tools windows go self-hosted postgresql cron job-scheduler database-driven task-chains automation devops linux macos docker
1 source
- readme: https://github.com/cybertec-postgresql/pg_timetable · fetched 2026-08-28 · 7b222d888f20
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cybertec-postgresql/pg_timetable | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="cybertec-postgresql/pg_timetable")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem