You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tilt syncs changed files into a container, restarts it, and continue to watch files.
Current Behavior
Tilt detects changed files sync them into a container and restarts it. But after that tilt starts to sync files and restarts a container in an infinite loop. This behavior is presented only in versions starting from 0.26.3. Everything works as expected on 0.26.2
Hi @Sorrowwill, thanks for detailing this issue! I was able to repro this by first checking the docker-compose example with v0.25.0, and then with v0.27.0. And I did indeed see this behavior with the infinite loop that starts as soon as you tilt up. We'll look into this and see if we can get to the bottom of it.
Expected Behavior
Tilt syncs changed files into a container, restarts it, and continue to watch files.
Current Behavior
Tilt detects changed files sync them into a container and restarts it. But after that tilt starts to sync files and restarts a container in an infinite loop. This behavior is presented only in versions starting from 0.26.3. Everything works as expected on 0.26.2
Steps to Reproduce
Context
tilt doctor
OutputAbout Your Use Case
We are using Tilt with docker-compose resources and are forced to stick with Tilt 0.26.2
The text was updated successfully, but these errors were encountered: