-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
OSX: Reasonably large number of directories causes "FSEventStreamStart: register_with_server: ERROR" #641
Comments
Thanks for the ref, @arichiardi, removing |
This also looks like the cache does not evenly distribute files in some corner case. Compared to a poor key choice while sharding maybe. |
Care to expand on that? (new to boot) |
boot watch --help documents the regex pattern for the watch |
i solved this by only having package.json in resource-paths and then running "cd target; yarn" after the resources are copied (assuming node_modules was the problematic resource) |
Thanks, I was already checking out exclusion options for the watch task and didn't get it to work. Do you know if the repl task uses the watch task behind the scenes? Because I don't when launching the repl |
So indeed no watch task was running, that wasn't the issue. I had a stroll through the boot source, and this is what I seem to understand:
Now boot apparently has support for ignore files, So for now (and future readers) I fixed this issue for me using |
Boot Bug Report
Platform details
Boot details
build.boot
content (if applicable)Description
When there are a reasonably large number of directories in
resources
, runningboot
, even without any tasks, causes many errors to the tune of:More directories (eg. 3000) causes the task to never finish / error out.
Steps to reproduce
The text was updated successfully, but these errors were encountered: