Skip to content

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.

max_attempts = 3

Documentation is not yet available.

base_delay_ms = 250

Documentation is not yet available.

max_delay_ms = 8000

Documentation is not yet available.