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 was archived by the owner on Jun 21, 2023. It is now read-only.
@@ -457,11 +457,6 @@ You can register retry listeners and configuration on an `AsyncCallExecutor` in
457
457
synchronous `CallExecutor`. All calls in all threads that are triggered from an `AsyncCallExecutor` after its
458
458
construction will use the same listeners and configuration.
459
459
460
-
It's important to note that a Java `ExecutorService` will not shut down automatically when there is no additional work to do. It will hang onto threads indefinitely until you shut it down. If you need a reference to the `ExecutorService` being used by you instance of `AsyncCallExecutor` you can use the `getThreadExecutorService()` method and then call `shutdown()` or `shutdownNow()`.
461
-
462
-
All of this async and threading functionality is new as of `0.9.0` and may need some time to settle before it is
463
-
completely stable and mature.
464
-
465
460
### Logging
466
461
467
462
Retry4j contains detailed internal logging using [SLF4J](https://www.slf4j.org/manual.html). If you do not specify a SLF4J implementation, these logs will be discarded. If you do provide an implementation (eg: Logback, Log4J, etc) you can specify the log level on the `com.evanlennick.retry4j` package to set Retry4j logging to a specific level.
0 commit comments