After a recent update to our flyte helm chart, rec...
# ask-the-community
l
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
@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
perfect thanks dan
y
let’s bump that to 8 mins. should be enough.
l
Perfect thank you so much
y
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…”
152 Views