-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error "too many requests" when uploading files now common #149
Comments
Hi @ncw |
Yes that is very likely @mniewrzal Should rclone retry the upload in this case? Perhaps after some time? |
Could you provide logs from some of failed tests? |
The overview of tests is here and you can download logs from there: https://pub.rclone.org/integration-tests/current/ However this one is representative
|
I think it's the same limitation we talked earlier, uploading to the same location many times. I just realized that I never replied to your comment from May and I'm deeply sorry for that.
Yes, that would be the best solution. I ran those integration tests against local environment and I had no issues with |
That was very helpful info thank you. I can make a workaround for that which will sleep for 1 second then retry. I think this is probably a problem which only affects rclone's integration tests and not actual users unless they are in the habit of altering the same file very frequently. I'll close this now. |
Thank you for looking into this. Let me know if I will be able to help with anything else. |
…ame file Storj has a rate limit of 1 per second when uploading to the same file. This was being tripped by the integration tests. This patch fixes it by detecting the error and sleeping for 1 second before retrying. See: storj/uplink#149
…ame file Storj has a rate limit of 1 per second when uploading to the same file. This was being tripped by the integration tests. This patch fixes it by detecting the error and sleeping for 1 second before retrying. See: storj/uplink#149
The rclone integration tests for storj ran smoothly until 2023-04-19 when they started failing with error "too many requests" quite regularly when uploading files.
This seems to be entirely on uploading files.
Has something changed in the backend?
This is the versions of modules I'm using
I note v1.10.0 is quite old (December 2022) but there isn't a newer release tagged. I can try on master if you think that is worth a go.
Thanks
The text was updated successfully, but these errors were encountered: