We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ae16d commit 70c8be7Copy full SHA for 70c8be7
1 file changed
src/seclab_taskflow_agent/__main__.py
@@ -343,6 +343,7 @@ async def _run_streamed():
343
raise # propagate non-499 errors
344
# 499: retry
345
if not max_retry:
346
+ logging.error(f"Max API retries reached")
347
raise
348
max_retry -= 1
349
except RateLimitError:
0 commit comments