Skip to content
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

cortex@4.5.0 watch can not work on multiple projects #446

Closed
youngjay opened this issue Jul 10, 2014 · 2 comments
Closed

cortex@4.5.0 watch can not work on multiple projects #446

youngjay opened this issue Jul 10, 2014 · 2 comments

Comments

@youngjay
Copy link

When a watch process started, another watch process can not work properly, it just run like "cortex build"

@kaelzhang
Copy link

I will check on this today.

cortex watch is designed to delegate all watch tasks to the master process.

There are several bugs about cortex watch fixed in 5.x, #419 #420 #421

@kaelzhang
Copy link

FSWatch of node is lame that we have to open to many file descriptors to watch all files.

Sometimes there is an EMFILE error, it can be solved by running ulimit -n 1024(or more).

Close this issue for now. We will help you to upgrade to cortex@5.x soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants