How to get job status in Node.js Agenda?

339 Views Asked by At

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

1

There are 1 best solutions below

0
hamza hashmi On

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