Skip to content

Combine blocking and non-blocking error handling #2101

Answered by garyrussell
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

You can satisfy the first two bullets by adding retryable exceptions using the include and exclude properties (or by using the .retryOn() and noRetryOn() builder methods when using the configuration builder).

There is no support for falling back to blocking retries based on an exception.

An interesting idea, but I am not sure how difficult it would be to implement.

cc/ @tomazfernandes

As a work around for now, you could stop the container (with the stopImmediate container property true).

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@ghost
Comment options

@ghost
Comment options

@garyrussell
Comment options

@tomazfernandes
Comment options

@ghost
Comment options

Answer selected
Comment options

You must be logged in to vote
1 reply
@garyrussell
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants