Skip to content

v0.37.1

Latest

Choose a tag to compare

@brandur brandur released this 15 May 15:35
6e9d05c

Fixed

  • Wrap PeriodicJobEnqueuer.insertBatch database calls in a 30-second timeout. Previously, a stalled pgx Begin/Insert/Commit could hang the periodic enqueuer indefinitely, halting all periodic job insertion until the process was restarted or leader re-elected. PR #1251