This is an automated email from the ASF dual-hosted git repository.
Lee-W pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new da2d9fde79c Document the missing resource category in common.ai retry
policy docs (#72189)
da2d9fde79c is described below
commit da2d9fde79ca466bf41f649856485577f35c6ebc
Author: Pankaj Singh <[email protected]>
AuthorDate: Fri Aug 28 19:09:57 2026 +0530
Document the missing resource category in common.ai retry policy docs
(#72189)
---
providers/common/ai/docs/retry_policies.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/providers/common/ai/docs/retry_policies.rst
b/providers/common/ai/docs/retry_policies.rst
index c1962e41ce8..e059f899a50 100644
--- a/providers/common/ai/docs/retry_policies.rst
+++ b/providers/common/ai/docs/retry_policies.rst
@@ -75,7 +75,7 @@ When a task fails, ``LLMRetryPolicy``:
and truncated to ``max_exception_length`` characters before it is added
to the prompt.
2. The LLM classifies the error into a category (``rate_limit``, ``auth``,
- ``network``, ``data``, ``transient``, ``permanent``)
+ ``network``, ``data``, ``resource``, ``transient``, ``permanent``)
3. Based on the classification, returns RETRY (with a suggested delay) or FAIL
4. The classification reason is logged in the task logs