-
- Downloads
Fix thread_pool() signature now that num_retries is no longer used
The new tenacity-based code limits the overall time interval during
which it retries failed calls and no longer limits the actual number of
retries on its own.
Since in some cases the called function may not be retry-safe, just
expose a boolean to make retrying opt-in and avoid some potential foot
shooting in the future.
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
parent
09e15175
No related branches found
No related tags found
Pipeline #628709 passed
Stage: lint
Stage: fetch
Stage: check
Stage: plan
Stage: render
Stage: trigger
Stage: deploy
Please register or sign in to comment