Originate / exosphere

A modern cloud-based micro-service framework
MIT License
17 stars 6 forks source link

Service restart not working #493

Closed hugoesthere closed 7 years ago

hugoesthere commented 7 years ago

After booting up an application with exo run, when making changes to files of any service I see the message Restarting service x because x was changed, but I do not see output for the containers being killed and restarted. Nor do I see them being updated when I run docker ps. The file watcher also stops listening to save events after this initial message is emitted.

hugoesthere commented 7 years ago

As it turns out, fsevents isn't support on macOS yet. See: https://github.com/fsnotify/fsnotify

Instead of scrapping service restart, we'll just leave the non-functioning code in for now until we figure out a solution. I've created a ticket to get this working on macOS: https://github.com/Originate/exosphere/issues/518