Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
117
function
isRetryableStatus(status: number): boolean {
118
return
status === 408 || status === 429 || status >= 500
119
}
120
121
interface
PreparedBody {
122
body: Uint8Array | string
Callers
1
postWithRetries
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected