breejs / bree

Bree is a Node.js and JavaScript job task scheduler with worker threads, cron, Date, and human syntax. Built for @ladjs, @forwardemail, @spamscanner, @cabinjs.
https://jobscheduler.net
MIT License
2.96k stars 80 forks source link

[feat] Please Allow us to see what jobs are in the Que #220

Closed thirdeyeclub closed 1 year ago

thirdeyeclub commented 1 year ago

Add a method onto the bree object to allow us to see our jobs

It would be really useful to have this when someone needs to debug.

Personal reason. I am using bree on a production server and jobs are sometimes not running even though they are being added to Bree.

It would be insightful to allow us to see what jobs are qued up.