sematic icon indicating copy to clipboard operation
sematic copied to clipboard

Automatically retry when there are unexpected k8s errors or other infrastructure-y errors

Open augray opened this issue 2 years ago • 0 comments

When k8s errors happen (like is detected here), we should ideally retry automatically (i.e. even if retry settings were not explicitly added) as these are likely to be transient errors. We might want to make it possible to configure the func such that we don't automatically retry such things though--maybe certain workloads are doing some things it would be dangerous to do twice (make_ten_thousand_dollar_purchase() 😆 ).

augray avatar Oct 19 '22 03:10 augray