()
| 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; |
no test coverage detected