@tradle/multiqueue

2.3.1 • Public • Published

@tradle/multiqueue

Build Status

Persistent multiqueue, for parallelism between queues, and serial..ism within them. For example, you might have 100 people to whom you're sending messages concurrently (you're kind of a nag), but within each per-person queue, you want to send in series (so they don't find out you're kind of a nag).

Usage

Basic

See example for a basic lesson in nagging

Self-ordering

The queues are self-ordering, provided you specify the position of each item.

See example-order for a basic lesson in unscrambling eggs

Todo

Improve accounting of queues, maybe using level-updown to atomically save a queue name with the append to changes-feed

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.3.10latest

Version History

VersionDownloads (Last 7 Days)Published
2.3.10
2.3.00
2.2.00
2.1.00
2.0.00
1.2.00
1.1.30
1.1.20
1.1.10
1.1.00
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @tradle/multiqueue

Weekly Downloads

0

Version

2.3.1

License

MIT

Last publish

Collaborators

  • spwilko
  • genevayngrib
  • tenaciousmv
  • pgmemk