Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OptimalBits/bull
/ add
Function
add
test/test_job.js:835–836 ·
view source on GitHub ↗
(id, ms)
Source
from the content-addressed store, hash-verified
833
);
834
835
const
add = (id, ms) =>
836
queue.add({}, { jobId: id, delay: ms, priority: 1 });
837
838
add(
'1'
)
839
.then(() => add(
'2'
, 1))
Callers
1
test_job.js
File · 0.85
Calls
1
add
Method · 0.80
Tested by
no test coverage detected