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
Why not simply use the Retryer within the Runnable/Callable that you submit to the thread pool? Let me know if you'd like an example of what I'm talking about.
Hi, @qct I think @ihaolin his requirement is that only retry with different executors.
with your way, the normal call also in different executors.
but i also have no good idea to handle it .
Hello,I want to build the retryer with different executors in my scene. The default executor is CachedThreadPool, but it's not fit.
Thanks & Regards
The text was updated successfully, but these errors were encountered: