Hacker News new | ask | show | jobs
by mitchellh 4408 days ago
envconsul is a fairly simple UNIX tool. Instead of executing your application directly with it, you can put a rolling restart script on it to do this sort of thing. This answer is a bit of a cop out, but it is something that works today. Example:

    envconsul -reload prefix bin/restart-wrapper bin/rails server
We have more advanced orchestration features planned in the future, but we're not ready to discuss them yet.