Handle Lokalise rate limits gracefully with request queuing, exponential backoff, and monitoring.
For full implementation details, load: Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Header | Description | Action |
|---|---|---|
| X-RateLimit-Limit | Max requests per window | Monitor usage |
| X-RateLimit-Remaining | Remaining requests | Throttle if low |
| X-RateLimit-Reset | Unix timestamp of reset | Wait until reset |
| Retry-After | Seconds to wait (on 429) | Honor this value |
See references/implementation-guide.md for detailed examples.
For security configuration, see lokalise-security-basics.