Skip to main content

Module server_overloaded

Module server_overloaded 

Source

Structs§

Builder
A builder for ServerOverloaded
Complete
The final stage for ServerOverloaded.
QueryIdStage
The query_id stage for Builder.
ServerOverloaded
The query was rejected because the compute backend is temporarily overloaded. This is a transient, load-shedding response that protects overall availability; the query itself is valid. Retry the request after a short delay using exponential backoff. INVALID_ARGUMENT (400) is used intentionally so clients do not auto-retry the request and amplify load — callers must implement their own backoff.