We believe that the best way to build software is to do it in close collaboration with the people who use it. We invite you to submit your ideas using the form below. Please be sure to include the problem for which you are solving and the benefits of implementing the idea.
We do our best to implement as many Ideas as we can. Our Product team will evaluate all submitted ideas in a timely manner and will disposition each into one of the following categories: will integrate into the product roadmap, further research is needed, unlikely to implement.
Thanks for collaborating with us!
We have a Habitat application that has tried to setup a supervisor ring with their service set to be rolling strategy. This allows when a package is promoted to the channel that all the peers do have a rolling restart as expected. Although, when they do a hab config apply toml configuration to one of the remote supervisors it applies the toml to all the nodes in the ring at the same time instead of it being a rolling strategy. The service is being restarted and the init hook executing at the same time which is causing an outage to the application.
We were told that this is the expected behavior. the strategies are related to updates and not configuration.
We would like an enhancement for it to be applied to configuration in a rolling strategy.