adonis-bull icon indicating copy to clipboard operation
adonis-bull copied to clipboard

The easiest way to start using an asynchronous job queue with AdonisJS. Ready for Adonis v5 ⚡️

Results 43 adonis-bull issues
Sort by recently updated
recently updated
newest added

**Description of issue** README.md says that it's for Adonis v4, and to use the alpha branch for v5, but the github repo description says it's ready for Adonis v5. If...

I want to protect the bull board with a login form and authenticate first before accessing this. Any ways to do this?

How can we keep the data persistent when server goes down?

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits 906cf40 3.1.4 7712ba5 Fix ReDoS vulnerability backport a0203db Fix ReDoS vulnerability...

dependencies

**Description of bug** keyPrefix breaks the Queue process **To Reproduce** Steps to reproduce the behavior: 1. Create Fresh Adonis v5 2. Install Adonis Bull for v5 using Adonis server runtime...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4. Release notes Sourced from axios's releases. v0.21.4 0.21.4 (September 6, 2021) Fixes and Functionality: Fixing JSON transform when data is stringified. Providing backward compatibility...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

**Description of bug** On version `1.0.4` if I run `node ace bull:listen -b -p 9999`. I get deprecation messages in the console. ``` BullMQ: DEPRECATION WARNING! Optional instantiation of Queue,...