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

Method on

src/core/queue.ts:45–45  ·  view source on GitHub ↗
(event: "error", cb: (error: Error, queue: string) => void)

Source from the content-addressed store, hash-verified

43 jobs: Jobs;
44
45 on(event: "error", cb: (error: Error, queue: string) => void): this;
46 once(event: "error", cb: (error: Error, queue: string) => void): this;
47}
48export class Queue extends EventEmitter {

Callers 15

bootFunction · 0.95
bootFunction · 0.95
bootFunction · 0.95
bootFunction · 0.95
bootFunction · 0.95
bootFunction · 0.95
bootFunction · 0.95
constructorMethod · 0.65
connectMethod · 0.65
bootFunction · 0.65
bootFunction · 0.65
producer.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected