You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: