Hi guys! Sometimes we receive error: ```code:"Con...
# ask-the-community
a
Hi guys! Sometimes we receive error:
Copy code
code:"ContainersNotReady|CreateContainerConfigError" message:"containers with unready status: [amxj9hwsgs88pkjn5mxc-n3-0-n5-0-43]|failed to sync secret cache: timed out waiting for the condition"
We understand that this is the issue of our Kubernetes setup, but why does Flyte not retry this type of error? After the first occurrence, Flyte labels this task as failed.
s
Hi Alexey! Flyte retries only when it's a recoverable exception or a system error.
151 Views