Skip to content

Instantly share code, notes, and snippets.

@lurumad
Created September 25, 2018 06:33
Show Gist options
  • Select an option

  • Save lurumad/22345eac0ebad80b6f7ea023a731a8dc to your computer and use it in GitHub Desktop.

Select an option

Save lurumad/22345eac0ebad80b6f7ea023a731a8dc to your computer and use it in GitHub Desktop.
Retry policy APIM
<retry condition="@(context.Response.StatusCode >= 500)" count="2" interval="3" first-fast-retry="false">
<forward-request />
</retry>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment