You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have REST server with some route that are supposed to respond very quickly and some endpoint that take a long time to respond (typically generating, processing and uploading a big file).
Is it possible to set the handle_request_timeout per route instead of setting it for all the routes ?
The text was updated successfully, but these errors were encountered:
I have REST server with some route that are supposed to respond very quickly and some endpoint that take a long time to respond (typically generating, processing and uploading a big file).
Is it possible to set the handle_request_timeout per route instead of setting it for all the routes ?
The text was updated successfully, but these errors were encountered: