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

Method afterPerform

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

Source from the content-addressed store, hash-verified

39 }
40
41 async afterPerform() {
42 const key = this.key();
43 await this.queueObject.connection.redis.del(key);
44 return true;
45 }
46
47 async reEnqueue() {
48 await this.queueObject.enqueueIn(

Callers

nothing calls this directly

Calls 2

keyMethod · 0.95
delMethod · 0.80

Tested by

no test coverage detected