Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actionhero/node-resque
/ reEnqueue
Method
reEnqueue
src/plugins/JobLock.ts:47–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
async
reEnqueue() {
48
await
this.queueObject.enqueueIn(
49
this.enqueueTimeout(),
50
this.queue,
51
this.func,
52
this.args,
53
);
54
}
55
56
lockTimeout() {
57
if
(this.options.lockTimeout) {
Callers
1
beforePerform
Method · 0.95
Calls
2
enqueueTimeout
Method · 0.95
enqueueIn
Method · 0.80
Tested by
no test coverage detected