Skip to content

Rqueue

Compare
Choose a tag to compare
@sonus21 sonus21 released this 18 Nov 06:17
· 162 commits to master since this release
3d818f3
  • A message can be delayed for an arbitrary period of time or delivered immediately.
  • Multiple messages can be consumed in parallel by different workers.
  • Message delivery: It's guaranteed that a message is consumed at least once. (Message would be consumed by a worker more than once due to the failure in the underlying worker/restart-process etc, otherwise exactly one delivery)