Azure / api-management-policy-snippets

Re-usable examples of Azure API Management policies
MIT License
326 stars 147 forks source link

Update Mask async calls as synchronous.policy.xml #99

Closed KrisFrost closed 1 year ago

KrisFrost commented 1 year ago

This is not for long running requests. Request taking 4+ minutes can experience forced timeounts in a cloud environment where devices such as a load balancer have hard coded connection timeouts. For scenarios running more than seconds, make sure the client is involved to keep the connection alive.

KrisFrost commented 1 year ago

Updating comments to reflect long running request can result in connection timeouts

adrianhall commented 1 year ago

Closing for age.