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
{{ message }}
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
While developing a wrapper for a library, I realized that the way I was using Resilience4j's Retry library is pretty broken and shouldn't actually be done in such a way, therefore a patch will come when I have free time which will revert the retry changes back to the original thread-blocking system (since RoseDB is running multiple threads for each requests, it wouldn't hard to block some when doing tasks that usually is done at startup... unless you have preload turned off....).
The text was updated successfully, but these errors were encountered:
While developing a wrapper for a library, I realized that the way I was using Resilience4j's Retry library is pretty broken and shouldn't actually be done in such a way, therefore a patch will come when I have free time which will revert the retry changes back to the original thread-blocking system (since RoseDB is running multiple threads for each requests, it wouldn't hard to block some when doing tasks that usually is done at startup... unless you have
preload
turned off....).The text was updated successfully, but these errors were encountered: