Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
2201
interface
QueueEvent<Body = unknown> extends ExtendableEvent {
Callers
5
makeTestHttpServer
Function · 0.80
waitForRecordedRequests
Function · 0.80
findBeforeSendPayload
Function · 0.80
makeAutumnSurface
Function · 0.80
makeTelemetrySurface
Function · 0.80
Calls
no outgoing calls
Tested by
1
findBeforeSendPayload
Function · 0.64