Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

ServiceNow connector retry on NOT_FOUND Error

Maniteja
Tera Contributor

We are seeing  ServiceNow connector retry on NOT_FOUND errors by adding a few logs on local. When reviewing the code, we find the following potential reason:

buildRetryExchangeFilterFunction is prior to errorHandler in the builder in WebClientConfiguration.java


The problem is that errorHandler generates exceptions needed by retryWhenErrorIsRetryable (in buildRetryExchangeFilterFunction).

 

IIUC, "A request has an ordered chain of zero or more filters." The order should matter.

Question is, can we double check whether we should modify the orders?

 

(or) can anyone answer ? - A request has an ordered chain of zero or more filters." The order should matter. ? 

0 REPLIES 0