[PR #648] [MERGED] fix:Add retry handling to parse and backoff patterns - catching 5XX errors and HTTP errors #777

Closed
opened 2026-02-16 00:19:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/648
Author: @Georgehe4
Created: 3/14/2025
Status: Merged
Merged: 3/26/2025
Merged by: @BinaryBrain

Base: mainHead: george/parse-retry


📝 Commits (8)

📊 Changes

1 file changed (+85 additions, -34 deletions)

View changed files

📝 llama_cloud_services/parse/base.py (+85 -34)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_cloud_services/pull/648 **Author:** [@Georgehe4](https://github.com/Georgehe4) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/26/2025 **Merged by:** [@BinaryBrain](https://github.com/BinaryBrain) **Base:** `main` ← **Head:** `george/parse-retry` --- ### 📝 Commits (8) - [`58a3519`](https://github.com/run-llama/llama_cloud_services/commit/58a351984290c1acd4b9d67cdd87024b440ef504) Add parse retry logic - [`860dba0`](https://github.com/run-llama/llama_cloud_services/commit/860dba054276bb722fe917e7289428f20e74e178) Update code cleanliness - [`c3f9003`](https://github.com/run-llama/llama_cloud_services/commit/c3f9003c420a3440a3278bff9f84e14d466c4966) Update errors - [`ee18a4f`](https://github.com/run-llama/llama_cloud_services/commit/ee18a4f01af61e9dd94227ad83ef149a9b1f5262) Fix lint - [`ceaca95`](https://github.com/run-llama/llama_cloud_services/commit/ceaca951e95267cffea12d0112d57cc6e37934f4) Fix backoff strategies - [`00f0186`](https://github.com/run-llama/llama_cloud_services/commit/00f0186b53275648df8d475f818b12e5977806bc) Update docs - [`bff8d73`](https://github.com/run-llama/llama_cloud_services/commit/bff8d733c9bb195934d2bf47f3c25d04913b5a7d) Fix errors - [`d90bfdd`](https://github.com/run-llama/llama_cloud_services/commit/d90bfdd83d15b0277c86f1ddd02a2d172bb78f74) Add base ### 📊 Changes **1 file changed** (+85 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `llama_cloud_services/parse/base.py` (+85 -34) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:19:05 -05:00
yindo closed this issue 2026-02-16 00:19:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#777