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

Interface Queue

src/core/queue.ts:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40export declare interface Queue {
41 connection: Connection;
42 options: QueueOptions;
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 {
49 constructor(options: QueueOptions, jobs: Jobs = {}) {
50 super();

Callers 8

bootFunction · 0.95
bootFunction · 0.95
bootFunction · 0.95
bootFunction · 0.95
bootFunction · 0.95
bootFunction · 0.95
bootFunction · 0.95
constructorMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected