elixir-toniq / vapor

Runtime configuration system for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watching sources

keathley opened this issue · comments

Vapor needs to be able to watch for changes to sources and provide a way for users to take action when configuration changes. While its not important for this issue specifically we should plan to support rollbacks of configuration changes as well. This probably means storing some number of configuration history so that we can easily rollback to previous versions.