Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Add timeout/retry logic to docker cache download #13573

Merged
merged 6 commits into from
Dec 21, 2018

Commits on Dec 12, 2018

  1. Added timeout/retry (linear backoff) to docker cache download

    Jose Luis Contreras committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    4a87b84 View commit details
    Browse the repository at this point in the history
  2. Units changed, as time.sleep takes seconds as argument

    Jose Luis Contreras committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    1b819ce View commit details
    Browse the repository at this point in the history
  3. Improved error handling

    Jose Luis Contreras committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    f9c59a6 View commit details
    Browse the repository at this point in the history
  4. Using retry decorator

    Jose Luis Contreras committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    31472a6 View commit details
    Browse the repository at this point in the history
  5. Added retry decorator to _login_dockerhub method

    Jose Luis Contreras committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    b25984a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Fixed wrong import

    Jose Luis Contreras committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    e7df3ee View commit details
    Browse the repository at this point in the history