another question, I've got this task that failed a...
# flyte-support
n
another question, I've got this task that failed and is retrying but in the taskmetadata, I've set retries=0. Was this a system retry then? Can I configure system retries on a workflow level.
f
hmm interesting, the pod vanished
so Flyte thinks its a system corruption issue and hence it will retry (system retry)
i think you should inject-finalizer
n
what exactly does that do?
Instructs the plugin to inject a finalizer on startTask and remove it on task termination.
don't really understand this
Can I configure system retries on a workflow level?
f
so it will not allow anything else to delete a pod in the background
this will ensure that if the pod is deleted Flyte is notified about it so that it can cleanly assuming the intention and not retry
t
Were you able to resolve the issue, @numerous-hamburger-7178?
157 Views