ray-project / llm-applications

A comprehensive guide to building RAG-based LLM applications for production.
Creative Commons Attribution 4.0 International
1.71k stars 229 forks source link

Revert "Fix "429 Too Many Requests" errors for wget" #88

Closed pcmoritz closed 10 months ago

pcmoritz commented 10 months ago

Reverts ray-project/llm-applications#87

--wait actually waits on every request, not only the failed ones, so is not what we want. It seems by default wget is already doing the right thing, but maybe a little too agressive in retries on 429 errors.