Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WX-495] DRS Parallel Downloads #7214
[WX-495] DRS Parallel Downloads #7214
Changes from all commits
29b374f
2a12ab8
ddf0328
7d6cd8b
201c314
be95d22
2519727
81f19a5
9e6b1f5
c874202
61f248e
125202c
a91ea03
28e1b63
6e9b698
a9a9c38
0ce068c
e935cfc
294f0c3
afe84da
0bd1a8d
6a77152
00ed9dc
510b085
8b99bac
99efe34
776bfac
a05f63e
c66ee6f
2a4ae0d
cb4fb5d
d32613f
52c7055
33670eb
d745e2b
3e1dec2
f6928d7
7e3fb8f
256b8d1
5e876d9
c236c87
89f573f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little suspicious of an
unsafeRunSync
inside anIO
block. Can you instead do something likeThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems aggressive (or, not aggressive enough?) - maybe start with 1 second interval? Is there a max number of retries set elsewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is what we were using before, but happy to tone it down a bit. I will also put the max retry count variable here (I went with 5) so everything is in the same place.
This file was deleted.