RomainLanz / adonis-bull-queue

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

Cannot resolve "Setten/Queue" namespace from the IoC Container #22

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hi,

starting the queue withnode ace queue:listen leads to IocLookupException: E_IOC_LOOKUP_FAILED: Cannot resolve "Setten/Queue" namespace from the IoC Container.

Best regards, Danny

RomainLanz commented 1 year ago

Hey @tnet-dspangenberg! 👋🏻

What version are you using?

ghost commented 1 year ago

I'm using 1.0.2 and probably it's

https://github.com/RomainLanz/adonis-bull-queue/blob/aa027f2363fd255daf16c4c43854226d924cee8e/commands/QueueListener.ts#L23

RomainLanz commented 1 year ago

Whoops, I miss that one.

Can you please upgrade to 1.0.3 and try again?

ghost commented 1 year ago

Looks good, thank you for the quick response.

RomainLanz commented 1 year ago

Nice, happy coding!