Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

pg_timetable - Advanced scheduling for PostgreSQL

  • Share this:
pg_timetable is an advanced job scheduler for PostgreSQL, offering many advantages over traditional schedulers such as cron and others. It is completely database driven and provides a couple of advanced concepts.

  • Tasks can be arranged in chains
  • A chain can consist of built-int commands, SQL and executables
  • Parameters can be passed to chains
  • Missed tasks (possibly due to downtime) can be retried automatically
  • Support for configurable repetitions
  • Built-in tasks such as sending emails, etc.
  • Fully database driven configuration
  • Full support for database driven logging
  • Cron-style scheduling at the PostgreSQL server time zone
  • Optional concurrency protection
  • Task and chain can have execution timeout settings
https://pg-timetable.readthedocs.io/
https://github.com/cybertec-postgresql/pg_timetable
License:
Tech: