cogsci / wigglemap

Repo for reroute hackathon at Hattery (For Diana)
www.wigglemap.com
5 stars 0 forks source link

Redis::CommandError - ERR max number of clients reached #62

Open andrewdanks opened 12 years ago

andrewdanks commented 12 years ago

Am I the only one getting this? I doubt it, but it's breaking the elevation climb. And disabling redis fixes it. It'd be easier if everyone had it installed on their environment so we didn't have to depend on redistogo's constraints.

So I'm going to disable redis caching for now?

The other option is just to "cache" the results in mongo, but it really wouldn't scale as well because there'd be nothing to index on.

Disabling caching altogether is a good enough option until we decide to plot elevation, since all we care about now are the start and end elevation points to calculate the climb.

andrewdanks commented 12 years ago

Disabled redis for now