38 uint32_t max_delay_ms = 60000,
39 uint32_t max_retries = 5,
40 double backoff_factor = 2.0);
55 uint32_t
delay_ms(uint32_t attempt)
const;
66 uint32_t base_delay_ms_;
67 uint32_t max_delay_ms_;
68 uint32_t max_retries_;
69 double backoff_factor_;
Exponential backoff with jitter for reconnection attempts.
bool exhausted(uint32_t attempt) const
Check if retries are exhausted.
uint32_t delay_ms(uint32_t attempt) const
Compute delay for the given attempt number.
Configuration structs with defaults.
Activate model on GPU (WARM → ACTIVE).
Reconnection policy configuration for external MCP servers.