| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-15 | 340 Bytes | |
| v0.37.1 source code.tar.gz | 2026-05-15 | 569.5 kB | |
| v0.37.1 source code.zip | 2026-05-15 | 777.5 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
Fixed
- Wrap
PeriodicJobEnqueuer.insertBatchdatabase calls in a 30-second timeout. Previously, a stalled pgxBegin/Insert/Commitcould hang the periodic enqueuer indefinitely, halting all periodic job insertion until the process was restarted or leader re-elected. PR [#1251]