MCPcopy
hub / github.com/felixmosh/bull-board / obliterate

Method obliterate

packages/api/src/queueAdapters/bull.ts:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 public obliterate(): Promise<void> {
88 return this.queue.obliterate({ force: false });
89 }
90
91 public async promoteAll(): Promise<void> {
92 const jobs = await this.getJobs([STATUSES.delayed]);

Callers 14

seedQueueFunction · 0.45
obliterateQueueFunction · 0.45
retry-all.spec.tsFile · 0.45
metrics.spec.tsFile · 0.45
retry-job.spec.tsFile · 0.45
job-flow.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected