queue icon indicating copy to clipboard operation
queue copied to clipboard

A lightweight, RSMQ-powered asynchronous task queue featuring simple task routing and throttling.

Results 4 queue issues
Sort by recently updated
recently updated
newest added

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/dadi/test/github/baf2baf3-00c7-48c3-b875-675cdcf7907d/master..snyk-fix-8c419459e076ca0642d135e83d78c072) for more details. #### Snyk Project: [dadi/queue:package.json](https://app.snyk.io/org/dadi/project/baf2baf3-00c7-48c3-b875-675cdcf7907d) ####...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/dadi/test/github/baf2baf3-00c7-48c3-b875-675cdcf7907d/master..snyk-fix-54644b8cb0d372d9ade8f9b7651f619f) for more details. #### Snyk Project: [dadi/queue:package.json](https://app.snyk.io/org/dadi/project/baf2baf3-00c7-48c3-b875-675cdcf7907d) ####...

Similarly to Dadi Cache, using https://www.npmjs.com/package/ioredis and therefore supporting Sentinel

product: Queue

The ability to remove all queued tasks by name would be useful to avoid duplicating tasks that will inevitably execute identically to their siblings. An example would be a number...

type: enhancement
product: Queue