MCPcopy
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.jsFile · 0.85

Calls 1

addMethod · 0.80

Tested by

no test coverage detected