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

Method failureKey

src/plugins/Retry.ts:112–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 failureKey() {
113 return this.queueObject.connection
114 .key("failure-resque-retry:" + this.func + ":" + this.argsKey())
115 .replace(/\s/, "");
116 }
117
118 maxDelay() {
119 let maxDelay = this.options.retryDelay || 1;

Callers 2

saveLastErrorMethod · 0.95
cleanupMethod · 0.95

Calls 2

argsKeyMethod · 0.95
keyMethod · 0.45

Tested by

no test coverage detected