1
0
Fork 0

Circuit breaker middleware

This commit is contained in:
emile 2015-09-19 13:02:59 +02:00
parent 9d46c5017c
commit 616c58ad4b
5 changed files with 97 additions and 40 deletions

View file

@ -172,7 +172,7 @@ func (provider *MarathonProvider) loadMarathonConfig() *Configuration {
err = tmpl.Execute(&buffer, templateObjects)
if err != nil {
log.Error("Error with docker template:", err)
log.Error("Error with marathon template:", err)
return nil
}