Closed beletate closed 5 months ago
Hey @beletate! 👋🏻
This package is not yet available for AdonisJS 6.
@RomainLanz Could you please, let us know if we will get an update to support AdonisJS v6?
@RomainLanz When can we expect an update for this package for Adonis V6?
You can try the release 2.0.0-6
and let me know what you think!
You can try the release
2.0.0-6
and let me know what you think!
Thank you. I will give it a try.
2.0.0-6
It seems to work fine with this version
> node ace configure @rlanz/bull-queue
DONE: create config/queue.ts
DONE: update .env file
DONE: update start/env.ts file
DONE: update adonisrc.ts file
Cool, I will move the beta release to 3.0.0-1
later today because I plan to release another version for AdonisJS 5 that has some breaking changes.
Keep testing and let me know if you find anything!
Cool, I will move the beta release to
3.0.0-1
later today because I plan to release another version for AdonisJS 5 that has some breaking changes.Keep testing and let me know if you find anything!
I've just realized that I can't access to the Queue
module and call the dispatch
method ? Am I doing something wrong ?
SyntaxError: The requested module '@rlanz/bull-queue' does not provide an export named 'Queue'
It has to be import queue from '@rlanz/bull-queue/services/main';
Thanks !! I didn't look at the documentation for the right branch :/
On a side note, you must install the version 3.0.0-1
for AdonisJS 6 now. I pushed a breaking update for the AdonisJS 5 releases that took the 2.0.0
version. 👍🏻
Officially released as 3.0.0
!
We trying to use bull-queue after init adonis with "API Starter Kit", but there is an error when we try to run
node ace configure @rlanz/bull-queue
.How to reproduce:
npm init adonisjs@latest hello-world
Select "API Starter Kit".
Run:
Get this following error:
[ error ] Cannot configure module "@rlanz/bull-queue". The module does not export the configure hook