pkgr icon indicating copy to clipboard operation
pkgr copied to clipboard

partial response to #163 to add retries for dls

Open dpastoor opened this issue 3 years ago • 0 comments

This does 2 things:

  1. it potentially allows the dl concurrency to be bound for servers that don't want to accept too many concurrent connections by setting PKGR_DL_CONCURRENCY to some integer value (or the flip side make it larger)
  2. implements retries and will retry 3 times

still TODO: bubble up the failing errors to cause pkgr to completely error out sooner

@bschulth let me know if you'd like to give this a try asap and I can cut a pre-release, else will consider how to test these a little bit

dpastoor avatar Oct 13 '21 02:10 dpastoor