RomainLanz / adonis-bull-queue

Queue system based on BullMQ for AdonisJS
MIT License
147 stars 26 forks source link

chore: adonisjs v6 compatibility #34

Closed e-e closed 7 months ago

e-e commented 7 months ago

This is a hard blocker for my application's upgrade to AdonisJS v6, so I went ahead and attempted an upgrade with as few changes as possible. I know that there are a couple of feature requests for v6 (#26 for example), but I'm hoping that can be a follow-up. Otherwise I'm fine with publishing this myself as a just fork in the meantime to unblock my upgrade.

There are a few places where I would appreciate some direction, particularly regarding the configuration of new jobs, since as it currently stands seems a bit tedious. I'm open to make whatever changes you would like, so if you have time just let me know!

RomainLanz commented 7 months ago

Hey @e-e! 👋🏻

There is already a next branch that is compatible with AdonisJS 6. I planned to work on this module soon.

e-e commented 7 months ago

I'll give that a try, thanks!

RomainLanz commented 7 months ago

Released 2.0.0-6, if you want to give it a try.

e-e commented 7 months ago

@RomainLanz Thank you, seems to be working great 👍