You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intermittent network errors may happen when a module's source code is
downloaded over HTTP. That happened to me recently (an unexpected 502
from GitHub), which resulted in a missing module in my Docker image
(that was partially my fault, as the build process should stop in case
of any error).
This PR implements automatic retries (with backoff delay) using an
OS-agnostic `try_n_times` helper.
0 commit comments