monitor_operation#
- JmsApi.monitor_operation(operation_id, max_value=5.0, max_time=None)#
Poll an operation until it is completed using an exponential backoff.
- Parameters:
- operation_id
str
ID of the operation to monitor.
- max_value: float, optional
Maximum interval in seconds between consecutive calls.
- max_time: float, optional
Maximum time in seconds to pool the operation before giving up.
- operation_id