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

Function isRetryableStatus

apps/sim/lib/data-drains/destinations/snowflake.ts:200–202  ·  view source on GitHub ↗
(status: number)

Source from the content-addressed store, hash-verified

198}
199
200function isRetryableStatus(status: number): boolean {
201 return status === 408 || status === 429 || (status >= 500 && status <= 599)
202}
203
204interface ExecuteInput {
205 config: SnowflakeDestinationConfig

Callers 2

executeStatementFunction · 0.70
pollStatementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected