[PR #1066] [MERGED] fix: bug fix retry logic in Classify and Extract #1054

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/1066
Author: @AstraBert
Created: 1/9/2026
Status: Merged
Merged: 1/12/2026
Merged by: @AstraBert

Base: mainHead: clelia/fix-retry-sleep-bugs


📝 Commits (3)

  • b79f620 fix: bug fix retry logic in Classify and Extract
  • b20cd59 chore: apply suggestion
  • 4ff1cc4 chore: add PARTIAL_SUCCESS to classify

📊 Changes

3 files changed (+16 additions, -16 deletions)

View changed files

.changeset/all-peaches-punch.md (+5 -0)
📝 ts/llama_cloud_services/src/classify.ts (+8 -9)
📝 ts/llama_cloud_services/src/extract.ts (+3 -7)

📄 Description

In some cases, LlamaExtract/LlamaClassify where not sleeping after a failed attempt and retrying immediately.


🔄 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/1066 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/fix-retry-sleep-bugs` --- ### 📝 Commits (3) - [`b79f620`](https://github.com/run-llama/llama_cloud_services/commit/b79f620ca9a5d0df83a02a5c9428193c290e0b1d) fix: bug fix retry logic in Classify and Extract - [`b20cd59`](https://github.com/run-llama/llama_cloud_services/commit/b20cd593498cef4489c9ed82b2603a1ba0a90cf0) chore: apply suggestion - [`4ff1cc4`](https://github.com/run-llama/llama_cloud_services/commit/4ff1cc42bcb86531a379836c6dce27308ad84fd0) chore: add PARTIAL_SUCCESS to classify ### 📊 Changes **3 files changed** (+16 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/all-peaches-punch.md` (+5 -0) 📝 `ts/llama_cloud_services/src/classify.ts` (+8 -9) 📝 `ts/llama_cloud_services/src/extract.ts` (+3 -7) </details> ### 📄 Description In some cases, LlamaExtract/LlamaClassify where not sleeping after a failed attempt and retrying immediately. --- <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:58 -05:00
yindo closed this issue 2026-02-16 00:19:58 -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#1054