| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…Exception to onFailure If the executor service provided to the DefaultRetryContext is shutdown and an onSuccess attempts to be scheduled a RejectedExceptionException will be thrown. Now, we catch and add it as a suppressed exception provided to recordError and immediately call onFailure, as we are no longer able to proceed with scheduling the retry.
There was a problem hiding this comment.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
If the executor service provided to the DefaultRetryContext is shutdown and an onSuccess attempts to be scheduled a RejectedExceptionException will be thrown.
Now, we catch and add it as a suppressed exception provided to recordError and immediately call onFailure, as we are no longer able to proceed with scheduling the retry.