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

Method lockTimeout

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

Source from the content-addressed store, hash-verified

54 }
55
56 lockTimeout() {
57 if (this.options.lockTimeout) {
58 return this.options.lockTimeout;
59 } else {
60 return 3600; // in seconds
61 }
62 }
63
64 enqueueTimeout() {
65 if (this.options.enqueueTimeout) {

Callers 1

beforePerformMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected