bfraser / puppet-grafana

Puppet module to manage Grafana
Apache License 2.0
39 stars 204 forks source link

Add retries when requesting the Grafana server #99

Closed simonpasquier closed 6 years ago

simonpasquier commented 8 years ago

This fix for the issue #95 adds a fixed number of retries (5 attempts with a 1 second interval between each) in case the Grafana server isn't ready to serve the requests immediately.

madAndroid commented 8 years ago

Awesome :)