Break Error Handler does not work in some situations

Hi guys,

I am trying to get a Break error handler module to retry an HTTP request, but it does not trigger no matter what.

If I get the following response from the server:

Whatever filters I try to put between the Break and the HTTP request, it never triggers.

It doesn’t work even if I leave the filters empty.

Here are the filters for the other route

Initially, I even had to come up with a way to do my own “break” mechanism where I make a router with two routes and one of them retries again and it has a delay

However, I don’t want to make 5 different routes just for retries. How can I force the HTTP request to be retried again? I am sure it has to be with the Break module, but I cannot get it to work.

The other Break topics were very confusing to me, so I am not sure if there is a simple answer to this question

Hi @Alexander_Petkov

To ensure proper functionality, please enable the ‘Evaluate all states as errors’ field and then try again in HTTP.
image

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

3 Likes

Ah, that’s amazing! So much time is spent on research and trying different options. I would have never guessed that I could find something similar in the HTTP module’s advanced settings.

1 Like