Skip to content

feat: add retry for core API calls#4

Open
luojiyin1987 wants to merge 1 commit intoshareAI-lab:mainfrom
luojiyin1987:feature/retry-api
Open

feat: add retry for core API calls#4
luojiyin1987 wants to merge 1 commit intoshareAI-lab:mainfrom
luojiyin1987:feature/retry-api

Conversation

@luojiyin1987
Copy link
Copy Markdown

Summary

  • Add exponential backoff retry for sendCard, replyCard, patchMessage
  • Retry on transient errors: 429, 502, 503, 504

Test plan

  • Verified local build passes
  • Tested with Feishu API rate limiting

Closes #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: 为核心 API 添加重试机制

1 participant