-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Swift Object storage returns 429 Too many requests #12189
Comments
GitMate.io thinks possibly related issues are #4730 (Storage), #3248 (Using object storage is slow because of « 429 too many request » on objectstorage auth API), #6106 (Unable to delete 6GB file from external SWIFT object storage), #1504 (Support of Swift V3 Auth aka Identity v3 API for Swift Object Storage), and #4176 (Request for "/robots.txt" returns redirect). |
Can we get updates on this issue? It's becoming a real problem for me, I can't look at my pictures in my auto upload folders because it makes too many requests. |
Hello, anyone here? |
If you use swift v2 this pull request could help you: #13140 |
This actually worked, thanks! |
Steps to reproduce
I used French provider OVH to reproduce
Expected behaviour
It should send file using the same token, and not call the POST https://auth.cloud.ovh.net/v2.0/tokens so often
Actual behaviour
It seems to be calling the Swift endpoint too often, which leads to http 429
Server configuration
Operating system:
Ubuntu 16.06
Web server:
Nginx + fpm
Database:
PostGreSQL
PHP version:
7.2
Nextcloud version: (see Nextcloud admin page)
14.0.3
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install
The text was updated successfully, but these errors were encountered: