-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
"unexpected EOF during skip" error #1196
Comments
This is spurious but annoying |
Both this issue and #1200 arises after I tried to speed the CI up by #1186 and #1188, so maybe we are sending http requests so fast that it is hitting the rate limit again. @passcod Perhaps it is a good idea to apply more harsh rate limit in our binary? |
Can we set a harsher rate limit for CI only? We're going to have much stronger use than most consumers, it doesn't make sense to penalise the users for an issue that apparently only we're hitting. |
and set `BINSTALL_RATE_LIMIT` to `50/1` on CI. Fixed #1196 Signed-off-by: Jiahao XU <[email protected]>
I've opened #1201 and applied the harsh rate limit for CI only. |
and set `BINSTALL_RATE_LIMIT` to `100/1` on CI. Fixed #1196 Signed-off-by: Jiahao XU <[email protected]>
Trying to fix #1196 Signed-off-by: Jiahao XU <[email protected]>
Trying to fix #1196 Signed-off-by: Jiahao XU <[email protected]>
Trying to fix #1196 Signed-off-by: Jiahao XU <[email protected]>
and set `BINSTALL_RATE_LIMIT` to `100/1` on CI. Fixed #1196 Signed-off-by: Jiahao XU <[email protected]>
#1201) feat: Scrap `--rate-limit` from env `BINSTALL_RATE_LIMIT` as a fallback and set `BINSTALL_RATE_LIMIT` to `100/1` on CI. Fixed #1196 Signed-off-by: Jiahao XU <[email protected]>
Just realize that Fortunately tokio-tar v0.3.1 is out, let's try it out and see if it would fix the panic and this error. |
Originally posted by @NobodyXu in #1186 (comment)
The text was updated successfully, but these errors were encountered: