Skip to content

Instantly share code, notes, and snippets.

View dougvdotcom's full-sized avatar

Doug Vanderweide dougvdotcom

View GitHub Profile
using System;
using System.Linq;
using System.Net;
using Polly;
using RestSharp;
public static void Run(TimerInfo myTimer, TraceWriter log)
{
int[] httpStatusCodesWorthRetrying = {408, 500, 502, 503, 504};