Module utils

Module utils 

Source

Functionsยง

with_retry_on_error
Repeatedly executes an asynchronous operation until it succeeds or retries are exhausted.
with_retry_on_error_and_none
Executes an asynchronous operation, retrying on errors and optionally on None results.