https://flyte.org logo
#ask-the-community
Title
# ask-the-community
l

Laura Lin

03/02/2023, 4:19 PM
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.
k

Ketan (kumare3)

03/02/2023, 5:15 PM
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
l

Laura Lin

03/02/2023, 5:32 PM
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?
k

Ketan (kumare3)

03/02/2023, 6:13 PM
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
s

Samhita Alla

03/03/2023, 5:04 AM
Were you able to resolve the issue, @Laura Lin?
2 Views