RomainLanz / adonis-bull-queue

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

Set up the library #43

Closed rutonyru closed 5 months ago

rutonyru commented 5 months ago

Hi @RomainLanz, After the first command to install your library (and upgrade vinejs to 2.0.0), I wasn't able to launch the next one to create a specific job : node ace make:job myJob I tried two more commands :

RomainLanz commented 5 months ago

Hey @rutonyru! 👋🏻

Do you encounter any error when running the node ace make:job command?

rutonyru commented 5 months ago

Hi @RomainLanz , image I tried to copy/paste a screen of my console. Can you see it ? Antoine

RomainLanz commented 5 months ago

The readme say to install the package using node ace add, which automatically run the configure command.

rutonyru commented 5 months ago

You're completely right. I switch to npm install to try to understand why I got error during node ace add.