Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Template emits events explaining why it is blocked
This PR does the following: * Adds a mechanism to emit events in the TaskRunner * Vendors a new version of Consul-Template that allows extraction of missing dependencies * Adds logic to our consul_template.go to determine missing events and emit them in a batched fashion. * Refactors the consul_template code to split the run method and take in a config struct rather than many parameters. Fixes #2578
- Loading branch information