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 {

Callers 5

makeTestHttpServerFunction · 0.80
waitForRecordedRequestsFunction · 0.80
findBeforeSendPayloadFunction · 0.80
makeAutumnSurfaceFunction · 0.80
makeTelemetrySurfaceFunction · 0.80

Calls

no outgoing calls

Tested by 1

findBeforeSendPayloadFunction · 0.64