yegor256 / zache

Zero-footprint Ruby In-Memory Thread-Safe Cache: when a naive implementation is enough
https://www.yegor256.com/2019/02/05/zache.html
MIT License
41 stars 6 forks source link

Certain leads to deadlocks in Rails #34

Open Overload119 opened 2 years ago

Overload119 commented 2 years ago

Is there anyway we can disable this line in the testing environment but keep it running in production? It introduces a needless sleep afaik, and causes deadlock issues with Rails.

https://stackoverflow.com/questions/70573467/debugging-and-resolving-a-rails-interlock-issue

yegor256 commented 2 years ago

@Overload119 which line are you talking about?