| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 12.26.3 source code.tar.gz | 2026-07-24 | 655.8 kB | |
| 12.26.3 source code.zip | 2026-07-24 | 793.8 kB | |
| README.md | 2026-07-24 | 701 Bytes | |
| Totals: 3 Items | 1.5 MB | 1 | |
What's Changed
Fixes
- groupConcurrency fetch plan regression (#842, [#845], thanks @bcomnes)
Queues using groupConcurrency could hit a severe query plan regression when a saturated group had a large backlog of pending jobs ahead of eligible jobs from other groups and table statistics underestimated the number of active groups. In one report, job fetch went from 4ms to 400ms and pinned database CPU at 100%.
fromDrizzlecrash on the postgres.js driver (#852)
unwrapSQLResult now checks element shape and treats an array whose elements have no rows property as the row set itself.
Full Changelog: https://github.com/timgit/pg-boss/compare/12.26.2...12.26.3