acidiney / bull-queue

AdonisJS package to work with bull queues
MIT License
3 stars 2 forks source link

JobsList as an example is not working #3

Closed RafaelTeodoroDev closed 5 months ago

RafaelTeodoroDev commented 5 months ago

your example is not working, I made every process, and I have runned node ace queue:listen, and I get and message error that says 'Job handler for RegisterStripeCustomer not found', its important remember, I followed full your example

acidiney commented 5 months ago

Hey, could you share with me some code, to see if everything is okay

acidiney commented 5 months ago

Hey @RafaelTeodoroDev, I think your problem is when you're registering a job on #start/jobs. Could you please check the docs again, I have pushed a PR to fix it