Commit d123a6

2026-06-23 02:43:56 Anonymous: Build out AeThex documentation pages
rate-limits.md ..
@@ 1,8 1,25 @@
# Rate Limits
- This page is part of the AeThex documentation system.
+ Rate limits protect AeThex services from overload and abuse.
- > [!NOTE]
- > This article is a placeholder and should be expanded.
+ ---
- {{PageIndex}}
+ ## Best Practices
+
+ - Cache non-sensitive responses.
+ - Retry with exponential backoff.
+ - Avoid tight polling loops.
+ - Prefer webhooks for async events.
+ - Treat 429 responses as a signal to slow down.
+
+ ---
+
+ ## Suggested Client Behavior
+
+ When rate limited:
+
+ 1. Stop the immediate retry loop.
+ 2. Read retry headers if provided.
+ 3. Back off.
+ 4. Queue non-urgent work.
+ 5. Surface a helpful message to users.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9