-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AdonisJS 6 Support #32
Comments
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 |
Thank you. I will give it a try. |
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 Keep testing and let me know if you find anything! |
I've just realized that I can't access to the
|
It has to be |
On a side note, you must install the version |
Officially released as |
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
The text was updated successfully, but these errors were encountered: