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

How can i list, pause and resume scheduled jobs ? #38

Closed wemersonrv closed 3 years ago

wemersonrv commented 4 years ago

Hello,

Need to handle scheduled jobs, like List (only) scheduled jobs in all queue, and pause/resume scheduled jobs. Tryed to use bull.queues but cannot make it works.