Rocketseat / adonis-bull

The easiest way to start using an asynchronous job queue with AdonisJS. Ready for Adonis v5 ⚡️
MIT License
310 stars 57 forks source link

Is Project Stable? #4

Closed toksdotdev closed 4 years ago

toksdotdev commented 4 years ago

Thanks for such a great library.

Considering that kue is no longer maintained, bull serves as a better alternative.

I'll love to find out if this library is currently stable for production?

ebnersilva commented 4 years ago

Hi I am using this library and so far no problem.

toksdotdev commented 4 years ago

Great @ebnersilva.

Also, is there some kind of support for auto-retry and timeout?

ebnersilva commented 4 years ago

Yes, follow the link: https://github.com/OptimalBits/bull/blob/master/REFERENCE.md#queueadd

toksdotdev commented 4 years ago

Thanks.