Open ekryski opened 10 years ago
You should be able to fetch scheduled jobs via the REST API. For a first cut this includes at least:
GET /jobs?status=pending
pending
active
complete
failed
You should be able to fetch scheduled jobs via the REST API. For a first cut this includes at least:
GET /jobs?status=pending
. The different queue types are:pending
active
complete
failed