MCPcopy Create free account
hub / github.com/actionhero/node-resque / enqueueTimeout

Method enqueueTimeout

src/plugins/JobLock.ts:64–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 enqueueTimeout() {
65 if (this.options.enqueueTimeout) {
66 return this.options.enqueueTimeout;
67 } else {
68 return 1001; // in ms
69 }
70 }
71
72 key() {
73 if (this.options.key) {

Callers 1

reEnqueueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected