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

Louis DiNatale

12/15/2022, 4:34 PM
After a recent update to our flyte helm chart, recovery has stopped working. We can relaunch still but we are getting an error
Copy code
Failed to check the existence of deck file.
We get that error in the propellor when we hit recover
d

Dan Rammer (hamersaw)

12/15/2022, 4:40 PM
@Louis DiNatale sorry about this bug. It has been fixed in this PR. The bug was introduced here. So updating the FlytePropeller version will fix this.
l

Louis DiNatale

12/15/2022, 4:40 PM
perfect thanks dan
y

Yee

12/15/2022, 9:02 PM
let’s bump that to 8 mins. should be enough.
l

Louis DiNatale

12/15/2022, 9:03 PM
Perfect thank you so much
y

Yee

12/15/2022, 9:03 PM
Copy code
// This may consist of:
								// 1. Transient errors: e.g. failed to reserve
								// container name, container name [...] already in use
								// by container
								// 2. Permanent errors: e.g. no command specified
								// To handle both types of errors gracefully without
								// arbitrary pattern matching in the message, we simply
								// allow a grace period for kubelet to resolve
								// transient issues with the container runtime.
to “handle both types of errors gracefully…”