Today on our CI the installation of marker randomly failed:
GitHub returned 403 due to some internal bugs I suppose. To fix this I added --retry-all-errors which should retry in such cases and added more configurations for retries. This way on CI we use the retry config that gives up in 30 minutes. This solves the problem of red master CI when doing a release (part of #274).
Today on our CI the installation of marker randomly failed:
GitHub returned 403 due to some internal bugs I suppose. To fix this I added
--retry-all-errors
which should retry in such cases and added more configurations for retries. This way on CI we use the retry config that gives up in 30 minutes. This solves the problem of red master CI when doing a release (part of #274).