Skip to content

Variable: SERVING\_RETRY\_ATTEMPTS

const SERVING_RETRY_ATTEMPTS: 3 = 3

Attempts for a serving call. Model Serving sheds load with 429 / 503 under contention; three attempts with AppKit’s exponential backoff and full jitter clears that without turning a genuine outage into a long stall.