Skip to content

Releases: RomainLanz/adonis-bull-queue

Bring some improvement from AdonisJS 5 release

17 May 20:03
Compare
Choose a tag to compare
  • chore: update dependencies (1fdfef2)
  • feat: close queues when AdonisJS app is shutdown (10b4551)
  • feat(queue): add get & getOrSet helper (f131738)
  • feat(queue): add clear method (79ef761)

Full Changelog: v3.0.0-0...v3.0.0-1

v3.0.0-0

17 May 19:47
Compare
Choose a tag to compare
v3.0.0-0 Pre-release
Pre-release
  • chore: make the rescue command receive the payload (7d09190)

Full Changelog: v2.0.0-7...v3.0.0-0

Correct process argument in type

17 May 20:23
Compare
Choose a tag to compare
  • fix(type): correct process argument (d27e830)
  • chore: correct note (fd52593)

Full Changelog: v2.0.0...v2.0.1

Upgrade Bull version and a few improvements from Zakodium

17 May 20:09
Compare
Choose a tag to compare

What's Changed

  • feat: List, Get, and Clear functions by @dmdboi in #27
  • Upstream changes from Zakodium by @targos in #36

New Contributors

Full Changelog: 1.0.6...v2.0.0

Return job instance when dispatching

22 Apr 07:38
cf9c725
Compare
Choose a tag to compare
Pre-release

Commits

  • chore: return job instance when dispatching (6c4e7ae)
  • chore: improve error message (155975e)

Full Changelog: v2.0.0-6...v2.0.0-7

Compatibility with AdonisJS 6

01 Apr 19:13
Compare
Choose a tag to compare
Pre-release
v2.0.0-6

v2.0.0-6

Add List, Get and Clear functions

18 Mar 08:51
9c89baa
Compare
Choose a tag to compare

What's Changed

  • feat: List, Get, and Clear functions by @dmdboi in #27

New Contributors

Full Changelog: 1.0.6...1.1.0

Change boot order and correct dispatch type

21 Jul 07:06
Compare
Choose a tag to compare

Correct config file naming

19 Jul 07:07
Compare
Choose a tag to compare

What's Changed

  • chore: update the created config file name by @ammezie in #23

New Contributors

Full Changelog: 1.0.4...1.0.5

Load all routes in the listener

09 Jul 15:19
Compare
Choose a tag to compare

We need to commit the routes to be able to use them inside your jobs.

Full Changelog: 1.0.3...1.0.4