Skip to content
  • Daniel DeLeo's avatar
    [CHEF-2164] add retry with backoff for 503s · 02a4eab0
    Daniel DeLeo authored
    implemented exponential backoff for 503s. Uses hardcoded 2s base because
    5s (current default) is too much, but I don't want to modify the
    constant time retry logic used for other types of errors
    02a4eab0