go-graphite / carbonapi

Implementation of graphite API (graphite-web) in golang
Other
308 stars 140 forks source link

Don't cache failed requests #30

Open dgryski opened 10 years ago

dgryski commented 10 years ago

On carbonzipper restart, we will have a number of failed requests (~1 / cached idle connection). We don't want to add the results of these queries to our request or find cache.

dgryski commented 10 years ago

I want a better fix for this, actually.