ServiceNow connector retry on NOT_FOUND Error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 12:14 AM
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
