MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / retry

Method retry

apps/cloud/worker-configuration.d.ts:2198–2198  ·  view source on GitHub ↗
(options?: QueueRetryOptions)

Source from the content-addressed store, hash-verified

2196 readonly body: Body;
2197 readonly attempts: number;
2198 retry(options?: QueueRetryOptions): void;
2199 ack(): void;
2200}
2201interface QueueEvent<Body = unknown> extends ExtendableEvent {

Calls

no outgoing calls

Tested by 3

findBeforeSendPayloadFunction · 0.64
reportForFunction · 0.64
trackAttemptsFunction · 0.64