MCPcopy
hub / github.com/OptimalBits/bull / getJobCountByTypes

Method getJobCountByTypes

index.d.ts:901–901  ·  view source on GitHub ↗

* Returns a promise that resolves with the job counts for the given queue of the given job statuses.

(types: JobStatus[] | JobStatus)

Source from the content-addressed store, hash-verified

899 * Returns a promise that resolves with the job counts for the given queue of the given job statuses.
900 */
901 getJobCountByTypes(types: JobStatus[] | JobStatus): Promise<number>;
902
903 /**
904 * Returns a promise that resolves with the quantity of completed jobs.

Callers 4

getters.jsFile · 0.80
test_events.jsFile · 0.80
test_pause.jsFile · 0.80
test_queue.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected