fix(skills): retry ClawHub requests on HTTP 429#1135
Conversation
|
good point about adding retry on status_codes 429, but rather than reimplement the client with retry I would use the one already existing in the utils package 🙏 |
|
Thanks for the review. Updated in 536e9ac: removed custom retry implementation in ClawHub registry and switched search/download requests to use utils.DoRequestWithRetry, keeping behavior covered by existing tests. |
|
LGTM! |
- Merge pull request sipeed#1135 from qs3c/fix/1134-clawhub-429-retry - refactor(skills): reuse shared HTTP retry helper - fix(skills): retry ClawHub requests on 429
|
@qs3c Nice work reusing We have a PicoClaw Dev Group on Discord where contributors collaborate and share ideas. If you're interested, send an email to |
fix(skills): retry ClawHub requests on HTTP 429
fix(skills): retry ClawHub requests on HTTP 429
Summary
Testing
Closes #1134