You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are DEGRADE_ON_FAILURE setting. This helps to handle redis errors: timeout/etc. But on heroku, connections limit problem is very actual. When this happens i've got ResponseError: max number of clients reached error
this is also redis error such as ConnectionError/TimeoutError. Would be great to support this exception or catch RedisError at all.
cacheops version 2.4.2, django 1.7.7, python 2.7.6
There are DEGRADE_ON_FAILURE setting. This helps to handle redis errors: timeout/etc. But on heroku, connections limit problem is very actual. When this happens i've got
ResponseError: max number of clients reached error
this is also redis error such as ConnectionError/TimeoutError. Would be great to support this exception or catch RedisError at all.
cacheops version 2.4.2, django 1.7.7, python 2.7.6
there is partial stacktrace
The text was updated successfully, but these errors were encountered: