Skip to content

v3.5.1

Choose a tag to compare

@github-actions github-actions released this 10 Sep 23:47
· 3 commits to master since this release

What's Changed

  • fix(cla): store signatures off master, where a bot can write them by @Mikhus in #28

Full Changelog: v3.5.0...v3.5.1

About

@imqueue/core is the transport layer of the @imqueue framework: a fast JSON message queue over Redis for inter-service communication in Node.js & TypeScript microservices. No-poll delivery (blocking queue ops, zero idle CPU), optional safe delivery, delayed messages, and horizontal scale via competing consumers. Delivery is at-least-once — handlers should be idempotent.