# cybertec-postgresql/pg_timetable

pg_timetable: Advanced scheduling for PostgreSQL

Repository: https://github.com/cybertec-postgresql/pg_timetable
Canonical: https://ross.abutalabs.com/products/pg_timetable
Homepage: https://www.cybertec-postgresql.com/en/products/pg_timetable/
Language: Go
License: NOASSERTION
License Family: other
Topics: cron, postgresql, database, chains, scheduling, pg-timetable, docker-image, interval, sql, postgresql-frontend
Last push: 2026-08-26T16:42:26+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 2814, "days_push": 7, "days_rel": 9, "gap_med": 59, "n_releases_24m": 10}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1395, forks 74 (observed 2026-08-28T04:04:36.476696+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: scheduling, database, cli, workflow-automation
- domain: databases, developer-tools
- platform: windows, go, self-hosted
- tags: postgresql, cron, job-scheduler, database-driven, task-chains, automation, devops, linux, macos, docker

## Member repositories
- cybertec-postgresql/pg_timetable (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:36.476696+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:39:22.651130+00:00, confidence not recorded.
  - readme: https://github.com/cybertec-postgresql/pg_timetable (fetched 2026-08-28T04:04:36.476696+00:00, sha 7b222d888f20)
- Data as of 2026-08-30T08:39:29.467469+00:00.
