-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable default timeout for HttpMessageInvoker
#1314
Comments
@RaynaldM Useful? The issue has been shifted to the current monthly May-June'24 release to provide your team with ample time for development. |
@danielcandea Do you have intention to contribute? |
@raman-m I'm not in the team using Ocelot anymore, for a long time now. The file I mentioned doesn't exist anymore, I would need to get familiar with the code again, after almost four years. |
@danielcandea Thanks for the feedback! |
HttpMessageInvoker
New Feature
Enable configurability of the default timeout for MessageInvokerPool.
Functions of new properties:
Motivation for New Feature
Setting a custom default global timeout is simpler than configuring QoS settings for each handler, particularly when multiple handlers are defined.
Notes
There is an undocumented
Timeout
property which is not implemented:Ocelot/src/Ocelot/Configuration/File/FileRoute.cs
Line 75 in cc8f5c5
The text was updated successfully, but these errors were encountered: