Fix upstream sync issues on windows #374
Labels
area/sync
Issues related to the real-time code synchronization
system/windows
Issues related to using DevSpace CLI on Windows
What happened?
Running
devspace up
starts the initial sync process. If many files are synced down and changed locally, it may happen that the file watcher process on windows dies without any errors which leads to a non-functional upstream sync.What did you expect to happen instead?
File watcher should not die when changing many files locally or they should be restarted automatically to ensure that upstream file syncing always works.
How can we reproduce the bug? (as minimally and precisely as possible)
devspace up
Local Environment:
Kubernetes Cluster:
Anything else we need to know?
This might also affect the quickstart guide making it even more important.
/kind bug
The text was updated successfully, but these errors were encountered: