working around status code 429
Dirk Hünniger via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, I am downloading about 1000 URLs in parallel with a singe curl call. Some of them return status code 429 and need to be retried. Unfortunately curl does not seem to be able to retry them itself with the --retry-all-errors --retry 30 options. So I use the -w option to print out URL, filename and status code and rerun curl with th remaining requests. I seems to work but I am not sure if this is the right way of doing things. Yours Dirk Hünniger -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html