exo
exo copied to clipboard
[FEATURE] builtin file watcher
The current one has a lots of problems, starting a list:
- Doesn't ignore changes to *.swp files.
- Sometimes fails to restart after errors.
- Some graceful shutdown problem. e.g.
go runleaves behind binaries (h/t @BenElgar)
Perhaps more importantly, builtin file watcher support would be a welcome feature! Once we have custom exo manifests, we could add watch configuration for each service/process/container. Exo would then automatically restart processes via the control interface when things change.
cc @finnigantime
Some foundational WIP here: https://github.com/deref/fsw