lingvo.core.retry module

Retry on exception.

lingvo.core.retry.Retry(retry_value=<class 'Exception'>, max_retries=None, initial_delay_sec=1.0, delay_growth_factor=1.5, delay_growth_fuzz=0.1, max_delay_sec=60)[source]

Returns a retry decorator.