MCPcopy Index your code
hub / github.com/simstudioai/sim / isRetryableStatus

Function isRetryableStatus

apps/sim/lib/data-drains/destinations/webhook.ts:106–108  ·  view source on GitHub ↗
(status: number)

Source from the content-addressed store, hash-verified

104}
105
106function isRetryableStatus(status: number): boolean {
107 return status === 408 || status === 429 || status >= 500
108}
109
110function buildHeaders(input: {
111 config: WebhookDestinationConfig

Callers 1

deliverFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected