Skip to content

Fix upstream sync issues on windows #374

@LukasGentele

Description

@LukasGentele

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)

  1. Checkout a nodejs project with a large number of dependencies on windows
  2. run devspace up
  3. change a file locally and check if it has been synchronized to the remote container

Local Environment:

  • Operating System: windows
  • Deployment method: helm

Kubernetes Cluster:

  • Cloud Provider: DevSpace Cloud Enterprise

Anything else we need to know?
This might also affect the quickstart guide making it even more important.

/kind bug

Metadata

Metadata

Assignees

Labels

area/syncIssues related to the real-time code synchronizationsystem/windowsIssues related to using DevSpace CLI on Windows

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions