'How to get job status in Node.js Agenda?

agendash is an extension of Agenda. This package can list which schedules are currently running. There is a status field, because I want to make another panel, how do I get this status through the Agenda?

enter image description here



Solution 1:[1]

cron job should be executed in "job Repeated Field" and try to keep it simple, use cron guru for help instead of using this pattern:

0/3 9,10,11,12,14,15,16,17 * * 1-6

use this pattern:

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 DᴀʀᴛʜVᴀᴅᴇʀ