lavary/crunz

Ability to get a list of the upcoming tasks

Opened this issue · 1 comments

Description
Let's say I want to create a page, where I want to display all the upcoming tasks in the next maybe 5 minutes, and would use js for the additional countdown.
From my unerstanding, there's no way to implement this yet, with how the scheduler is working now.

Would be nice if there was some way to achieve this.

Hello, it is not supported out-of-the-box but you can try to parse all task CRON expressions. Check https://github.com/lavary/crunz/blob/master/src/Application/Query/TaskInformation/TaskInformationHandler.php for inspirations.