Sidekiq in Adonis js #4215
-
Can we use Sidekiq in Adonis js? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
No built in support I can't find any community package for it currently either You can still use it manually tho. Install any sidekiq client you want and use it like you'd use in any other Node project I haven't used it myself and couldn't find any up-to-date Node clients. Seems like most of them are rather old |
Beta Was this translation helpful? Give feedback.
-
Sidekiq is the rails version, I don't think there is available any such library to support it and poll jobs from there. But some kind of version of a similar application is https://github.com/Rocketseat/adonis-bull/tree/alpha, but this is also not maintained for the last two years. But it seems fine on my production code. |
Beta Was this translation helpful? Give feedback.
-
Hello @KhanAmaan55 I personnaly use this package to deal with redis based queues. @McSneaky develop also a queue package for Adonisjs but dunno if it's production-ready for the moment. |
Beta Was this translation helpful? Give feedback.
Hello @KhanAmaan55
I personnaly use this package to deal with redis based queues.
It's a wrapped package for AdonisJs v5 based on BullMQ.
@McSneaky develop also a queue package for Adonisjs but dunno if it's production-ready for the moment.