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/webhook.ts:106–108 ·
view source on GitHub ↗
(status: number)
Source
from the content-addressed store, hash-verified
104
}
105
106
function
isRetryableStatus(status: number): boolean {
107
return
status === 408 || status === 429 || status >= 500
108
}
109
110
function
buildHeaders(input: {
111
config: WebhookDestinationConfig
Callers
1
deliver
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected