Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only retry when receiving a 429 status code (#13523)
The only safe status code to retry is 429 because it guarantee that the document has not been indexed. Everything else might create duplicate documents
- Loading branch information