pg-boss v3.2.1 Release Notes

Release Date: 2020-01-09 // over 4 years ago
    • ๐Ÿ›  Fixed rare deadlocks by stacking housekeeping operations one at a time during start().
    • โž• Added archive(), purge() and expire() to exports for manual housekeeping if desired along with connect(). Use this only if you need it for special cases, as it's not a good idea to run these in parallel (see deadlock comment above).
    • โž• Added index to archive table by date to improve housekeeping perf.
    • โœ… Node 8 is now officially the minimum supported version. Not only have I stopped testing anything lower than 8 in Travis, but I finally migrated to async await in this round of changes.
    • Typescript type defs.