537 B
537 B
| id | title | status | assignee | created_date | labels | dependencies | priority | ||
|---|---|---|---|---|---|---|---|---|---|
| task-4 | Fix 429 rate limiting on Safe API requests | Done | 2026-02-13 14:08 |
|
high |
Description
Safe Transaction Service API was returning 429 errors when checking all 7 chains in parallel. Added retry with exponential backoff (up to 4 retries, 1s/2s/4s/8s delays) and staggered chain detection (150ms gaps) and data fetching (200ms gaps) to avoid rate limits.