curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

working around status code 429

From: Dirk Hünniger via curl-users <curl-users_at_lists.haxx.se>
Date: Sun, 21 Jan 2024 09:22:32 +0100

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
Received on 2024-01-21