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

Method argsKey

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

Source from the content-addressed store, hash-verified

93 }
94
95 argsKey() {
96 if (!this.args || this.args.length === 0) {
97 return "";
98 }
99 return this.args
100 .map(function (elem) {
101 return typeof elem === "object" ? JSON.stringify(elem) : elem;
102 })
103 .join("-");
104 }
105
106 retryKey() {
107 return this.queueObject.connection

Callers 2

retryKeyMethod · 0.95
failureKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected