Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.80
deleteFn
Function · 0.80
update
Function · 0.80
workQueue.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected