embedded-queue
embedded-queue copied to clipboard
Job/message queue for Node.js and Electron.
1. I inserted 1, 2, 3, 4, 5, 6 messages 2. The maximum number of jobs for consumers is 1 3. Out-of-order consumption results 2, 3, 1, 4, 5, 6...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
**How to use the implementation delay queue? For example, the queue task is executed every 10 seconds or a certain value**
Jobs' state will be `State.FAILURE` if either: - `Queue.shutdown` was timed out - Your program suddenly terminated User cannot know job failure reason. 1. By above behavior 2. User processor...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Hi @hajipy, thanks for this repository! As i spent a lot of time debugging this, i would like to share my experiences so it can be either fixed or others...