-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long delay before file watcher started working on big directory #5764
Labels
bug
Something isn't working
Comments
I've spent a bit of time trying to repro this without much luck. Just to confirm, is this the full content of your Tiltfile? |
nicks
added a commit
that referenced
this issue
May 4, 2022
nicks
added a commit
that referenced
this issue
May 5, 2022
nicks
added a commit
that referenced
this issue
May 5, 2022
Yup! It's there just for logging, I was able to reproduce this even with an empty |
nicks
added a commit
that referenced
this issue
May 5, 2022
ndeloof
pushed a commit
to ndeloof/compose
that referenced
this issue
Jan 30, 2023
ndeloof
pushed a commit
to ndeloof/compose
that referenced
this issue
Jan 30, 2023
ndeloof
pushed a commit
to ndeloof/compose
that referenced
this issue
Jan 31, 2023
ndeloof
pushed a commit
to ndeloof/compose
that referenced
this issue
Feb 1, 2023
ndeloof
pushed a commit
to docker/compose
that referenced
this issue
Feb 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Maybe the file watchers should start working immediately after
tilt up
? Regardless of how many files the directory has.Current Behavior
Tilt seems to be taking a long time to setup the file watchers.
Steps to Reproduce
Tiltfile
:Inside a directory with
12392
files, the file watcher works after <1s:Inside a directory with
183850
files, it took ~30min for the file watcher to start working:Context
Setup:
tilt doctor
OutputThe text was updated successfully, but these errors were encountered: