RetryPolicy
Class: warmhub.RetryPolicy
RetryPolicy(max_attempts: int = 3, base_delay_ms: int = 250, max_delay_ms: int = 8000)Knobs for the write path’s transient first-chunk retry.
Defaults mirror RetryPolicyOptions in
packages/sdk-ts/src/stream-submit-types.ts.
Properties and attributes
Section titled “Properties and attributes”max_attempts
Section titled “max_attempts”max_attempts = 3Documentation is not yet available.
base_delay_ms
Section titled “base_delay_ms”base_delay_ms = 250Documentation is not yet available.
max_delay_ms
Section titled “max_delay_ms”max_delay_ms = 8000Documentation is not yet available.