reg2005 / adonis5-queue

Queue for adonis 5
MIT License
11 stars 5 forks source link

this.container.singleton is not a function #12

Closed krunaldodiya closed 12 months ago

krunaldodiya commented 3 years ago

throwing error on running node ace queue:job SendWelcomeEmail

Devin345458 commented 3 years ago

I tried pushing an update to fix this but got a permissions issue change QueueProvider

-import { IocContract } from '@adonisjs/fold' +import { ApplicationContract } from '@ioc:Adonis/Core/Application'

buonzz commented 2 years ago

hi, what could be a temporary fix this? thanks