MCPcopy Create free account
hub / github.com/dadi/api / queueBackgroundJob

Method queueBackgroundJob

dadi/lib/workQueue.js:40–42  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

38 }
39
40 queueBackgroundJob(callback) {
41 this.backgroundPool.push(callback)
42 }
43
44 startBackgroundQueue() {
45 this.pollingTimer = setInterval(() => {

Callers 4

search.jsFile · 0.80
deleteFnFunction · 0.80
updateFunction · 0.80
workQueue.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected