App Lifecycle

Inbound Integration Lifecycle

702

Outbound Integration Lifecycle

702

Failures and Retries

The following HTTP error codes returned by third-party systems are considered to be retry-able: 409, 429, 500, and 503. If the App Studio platform receives one of these codes when calling an external service, the system will retry the call. If a Retry-After header is present, it will be respected. Otherwise, the platform uses an exponential back starting at 2 seconds to a maximum of 60 seconds. Calls to an external service will be retried up to a maximum of 100 times.