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

Function isRetryableStatus

apps/sim/lib/data-drains/destinations/datadog.ts:117–119  ·  view source on GitHub ↗
(status: number)

Source from the content-addressed store, hash-verified

115}
116
117function isRetryableStatus(status: number): boolean {
118 return status === 408 || status === 429 || status >= 500
119}
120
121interface PreparedBody {
122 body: Uint8Array | string

Callers 1

postWithRetriesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected