Making post requests to KV is slow. Our workers spend most of the time waiting for the POST requests to finish. We want them to run faster. So that we can avoid hitting the timeout limit of 15 minutes. When the workers hit the time-limit the entire job cr
Routes requests to KV assets
Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`
Tiny queue data structure
fast, tiny `queueMicrotask` shim for modern engines
A shim for the setImmediate efficient script yielding API
Promise queue with concurrency control
A simple tool to keep requests to be executed in order.
kv library - this library implements all the base functionality for NATS KV javascript clients
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
The smallest and simplest JavaScript priority queue
Next tick shim that prefers process.nextTick over queueMicrotask for compat
Promise-based queue
LRU Queue
Simple JS queue with auto run for node and browsers
In memory queue system prioritizing tasks
Isomorphic key-value storage with support for multiple backends
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
Simple JS queue with auto run for node and browsers
Sequential asynchronous lock-based queue for promises
Lint all in one tool for BSG-FE
Fast, in memory work queue
asynchronous function queue with adjustable concurrency
Extremely fast double-ended queue implementation