QubitProducts / bamboo

HAProxy auto configuration and auto service discovery for Mesos Marathon
Apache License 2.0
794 stars 214 forks source link

haproxy.go's GetTemplateData now properly propogates errors upwards. ev... #125

Closed dkesler closed 9 years ago

dkesler commented 9 years ago

...ent_handler.go now refuses to update the haproxy config if GetTemplateData returns errors

dkesler commented 9 years ago

This addresses https://github.com/QubitProducts/bamboo/issues/124

j1n6 commented 9 years ago

Looks like a good improvement! I add the retry feature on top of what've done. Thanks!