Skip to content

v1.4.0

Compare
Choose a tag to compare
@marcocitus marcocitus released this 16 Sep 09:45
· 156 commits to main since this release
  • Adds a cron.alter_job function to change job properties, by @bdrouvotAWS
  • Adds a cron.schedule_in_database function to schedule in a custom database, by @bdrouvotAWS
  • Adds a cron.log_min_messages setting to control log_min_messages in pg_cron launcher, by @bdrouvotAWS
  • Adds a cron.enable_superuser_jobs setting to disallow superuser jobs, by @marcocitus
  • Fixes a bug that could cause jobs to hang when using cron.use_background_workers, by @bdrouvotAWS
  • Fixes a small memory allocation bug, by @mrdrivingduck
  • PostgreSQL 14 is supported (no changes were needed)