redis-rb icon indicating copy to clipboard operation
redis-rb copied to clipboard

add note about timeouts and connection integrity

Open shmargum opened this issue 8 years ago • 0 comments

After a long time of investigating difficult to reproduce errors and suspecting that there is some thread safety issue, we found a note at the bottom of the connection pool gem (which we don't use): https://github.com/mperham/connection_pool which indicates that Timeout::timeout may cause strange errors Then, we wrapped our redis calls in small timeouts and were quickly able to reproduce the errors

shmargum avatar May 22 '17 18:05 shmargum