Open krijoh92 opened 2 years ago
I have the same issue - sample repo: https://github.com/padzikm/TiltSample
Output from tilt ui logs:
1 time file changed: Will copy 4 file(s) to container: [hello-tilt-back2-5894c86bb6-82bwg/hello-tilt-back2]
2 time file changed: full image rebuild and redeploy succeeded
3 time file changed: livereload succeeded
4 time file changed: Will copy 4 file(s) to container: [hello-tilt-back2-7955fc4958-v9jpz/hello-tilt-back2]
Oftentimes there is one livereload success and on next file changes error: copying changed files: error dialing backend: EOF Container restarts and especially rebuilding and redeploying is time consuming to watch what failed when working with larger project
tilt doctor: Tilt: v0.30.6, built 2022-08-04 System: darwin-amd64 Docker
Expected Behavior
Live update should retry on recoverable errors, or at least be configurable to do so.
Current Behavior
Currently live update doesn't retry on the following error:
While I'm still able to exec into the pod, get logs from it and interact with it like any other time. Might just be a hickup in my home-network that causes this, so it stings having to rebuild the image for the service whenever this happens.
Context
tilt doctor
Output