Skip to content

Return an error to the user when chat times out

Nicolas Dular requested to merge nd/handle-request-timeouts into master

What does this MR do and why?

Part of #428297 (closed)

Return an error to the user when chat times out

In the case when we receive a Net::ReadTimeout we need to respond with a proper error message instead. Right now the user is not aware if the request is still received or not.

Screenshots or screen recordings

Screenshot_2023-10-24_at_19.08.57

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Nicolas Dular

Merge request reports