Hello, I am using the backup tool restic to upload backups to Cloud Archive. Unfortunately the tool fails immediately with TooManyRequests error, after only 5 HTTP requests.
Is this a quota issue ?
Here is a sample of the HTTP requests made by the program run in debug mode.
2022/05/10 00:05:28 debug/round_tripper_debug.go:96 debug.loggingRoundTripper.RoundTrip 7 ------------ HTTP RESPONSE ----------
HTTP/1.1 201 Created
--
2022/05/10 00:05:29 debug/round_tripper_debug.go:96 debug.loggingRoundTripper.RoundTrip 13 ------------ HTTP RESPONSE ----------
HTTP/1.1 204 No Content
--
2022/05/10 00:05:30 debug/round_tripper_debug.go:96 debug.loggingRoundTripper.RoundTrip 71 ------------ HTTP RESPONSE ----------
HTTP/1.1 200 OK
--
2022/05/10 00:05:34 debug/round_tripper_debug.go:96 debug.loggingRoundTripper.RoundTrip 47 ------------ HTTP RESPONSE ----------
HTTP/1.1 200 OK
--
2022/05/10 00:05:34 debug/round_tripper_debug.go:96 debug.loggingRoundTripper.RoundTrip 30 ------------ HTTP RESPONSE ----------
HTTP/1.1 429 Too Many Requests
--
2022/05/10 00:05:35 debug/round_tripper_debug.go:96 debug.loggingRoundTripper.RoundTrip 76 ------------ HTTP RESPONSE ----------
HTTP/1.1 429 Too Many Requests
--
2022/05/10 00:05:36 debug/round_tripper_debug.go:96 debug.loggingRoundTripper.RoundTrip 50 ------------ HTTP RESPONSE ----------
HTTP/1.1 429 Too Many Requests
Error while Using Restic to Backup - TooManyRequests
Related questions
- CloudFlare and Public Storage configuration
2870
21.06.2018 10:03
- Hubic - backups fail from synology nas
2602
13.04.2018 12:54
- Hubic on line storage - files download problems
1979
12.02.2018 12:46
- Can't connect to hubic
1961
08.02.2018 18:39
- Cloud Archive + Rsync
1575
30.03.2018 15:17
- hubiC - Error 503 in syncronization
1394
13.07.2018 10:26
- Any chance SoYouStart ARM storage servers will be replenished (soon™)?
1302
14.01.2019 08:44
- Using aws sdk (java 2.x) to access S3/Swift Object Storage
1265
26.07.2022 09:28
- How to limit outgoing traffic to an object storage?
1240
01.10.2018 12:03
- Hubic program in MacOS Catalina
1202
11.12.2019 13:21