Client Options
Polling Options
- class PollingOptions(initial_delay_sec=2, delay_sec=1.5, max_retries=80)
Options for asynchronous polling.
- Parameters:
initial_delay_sec (float)
delay_sec (float)
max_retries (int)
- delay_sec: float
Delay between each polling attempt.
- initial_delay_sec: float
Initial delay before the first polling attempt.
- max_retries: int
Total number of polling attempts.