obelisk.strategies.retry.RetryEvaluator¶
- class obelisk.strategies.retry.RetryEvaluator[source]¶
Bases:
ABC
This class performs the actual retry handling. It can keep track of internal state as it so wishes, to perform the function of
should_retry()
.- __init__()
Methods