Add function execution retry support by alrod · Pull Request #2463 · Azure/azure-webjobs-sdk

Fixes #1597 Initial design: https://github.com/jeffhollan/retry-design Changes in this PR: Added ExponentialBackoffRetryAttribute - Retry options with RandomizedExponentialBackoffStrategy. Can be ...