Skip to content

v3.0.7

Choose a tag to compare

@github-actions github-actions released this 22 Aug 08:06
· 4 commits to master since this release

What's changed

  • test(lock): make the acquire-timer tests deterministic instead of timed

Full Changelog: v3.0.6...v3.0.7

About

@imqueue/pg-pubsub provides reliable PostgreSQL LISTEN/NOTIFY with inter-process lock support: a single logical subscriber across many processes, so a notification is handled once per cluster rather than once per process, with automatic reconnection. Usable independently of the rest of @imqueue.