On Jun 8, 2010, at 10:11 AM, chris wrote: > Hey y'all, > > I'm getting an occasional Memcached::ServerIsMarkedDead error when > folks hit the app. It seems to work fine if I wait a while or just > restart the app. > > What do you guys do to catch this error? begin rescue retry? fail > gracefully (somehow?)?
Hi, Chris. I've made some modifications to Fauna's memcache-client compatibility layer, because memcache-client never throws exceptions whereas the compatibility layer is (which is why you're seeing these). I've uploaded a test gem as memcached-northscale, and once I hear back from people that it actually works and solves their issues, I'll submit the modifications upstream. -Sean -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
