-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Retry package downloads #279
Comments
Something to note is that, due to this change, the |
* master: #279 Add retries (default 3) to verifiedDownload Upper limit on number of flag combinations to test #543 Flip order of build and test/bench opts parser Move `boptsCoverage` and `boptsNoTests` to `TestOpts` Replace `boptsAdditionalArgs` with fields in `FinalAction` Add benchmark and test options to FinalAction Implement `stack bench --benchmark-arguments` Fix #537 Targets outside of root dir don't build (fixes #366) Add changelog for #517 Add --no-run-tests parameter to stack test.
Related to this blog post, @radix commented:
Adding retry logic on download shouldn't be difficult, and ideally would be done with some kind of a config option to control the number of retries (and possibly the delay between them).
The text was updated successfully, but these errors were encountered: