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

multiple watchers don't play well together #1

Open
bdentino opened this issue Nov 5, 2015 · 0 comments
Open

multiple watchers don't play well together #1

bdentino opened this issue Nov 5, 2015 · 0 comments

Comments

@bdentino
Copy link
Member

bdentino commented Nov 5, 2015

if multiple processes are watching the same service, a file change on that service will make them all attempt to restart it. The first one to kill the container wins and the others end up logging errors when they fail to remove because it doesn't exist. this appears to work itself out in the test project once the shared services are back up, but it still seems like something that would cause some hard-to-debug issues occasionally.

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

1 participant