MCPcopy Index your code
hub / github.com/bee-queue/bee-queue / retries

Method retries

index.d.ts:122–122  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

120
121 setId(id: string): this;
122 retries(n: number): this;
123 backoff(strategy: string, delayFactor?: number): this;
124 delayUntil(dateOrTimestamp: Date | number): this;
125 timeout(milliseconds: number): this;

Callers 2

queue-test.jsFile · 0.65
job-test.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected