#Spring WebClient setting timeout greater than 30 seconds

1 messages · Page 1 of 1 (latest)

lean escarp
#

I'm switching an older project over from RestTemplate to WebClient. But I'm having difficulty applying a timeout greater than 30 seconds on the WebClient requests. Something, somewhere in the project is returning 503 after 30 seconds. Where should I look?

kind oarBOT
#

<@&1004656351647117403> please have a look, thanks.

kind oarBOT
#

While you are waiting for getting help, here are some tips to improve your experience:

Code is much easier to read if posted with syntax highlighting and proper formatting.

If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.

Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.

lean escarp
#

I don't have a request-timeout defined in the application.yml. Would that be it?

lean escarp
#

That was it