🔄 Antigravity Retry Commander
Intelligent retry logic for the AI age! Handle failures gracefully.

🎯 The Problem
When working with AI models, you often encounter:
- ❌ HTTP 429 (Too Many Requests) errors
- ❌ Model overload during peak hours
- ❌ Random request failures
- ❌ Lost work due to failed requests
Retry Commander handles all of this automatically with intelligent retry logic!
✨ Features
| Feature |
Description |
| 📈 Exponential Backoff |
Smart retry delays that prevent hammering |
| 🎲 Jitter Algorithm |
Prevent thundering herd problems |
| 🌅 Peak Hour Detection |
Automatically adjust during busy times |
| 📊 Priority Queue |
Important requests go first |
| 📉 Rate Limit Prediction |
Know when limits will clear |
| 📹 Visual Timeline |
Watch your requests in real-time |
🚀 Quick Start
- Install the extension
- Look for 🔄 in the status bar
- Work normally - retries happen automatically!
⌨️ Commands
| Command |
Description |
Antigravity: Show Retry Commander Dashboard |
Open dashboard |
Antigravity: Pause All Requests |
Stop all requests |
Antigravity: Resume Requests |
Continue processing |
Antigravity: Clear Request Queue |
Empty the queue |
Antigravity: Toggle Peak Hour Mode |
Manual peak mode |
⚙️ Configuration
| Setting |
Default |
Description |
enabled |
true |
Enable retry handling |
maxRetries |
5 |
Maximum retry attempts |
baseDelay |
1000ms |
Starting delay |
maxDelay |
60000ms |
Maximum delay cap |
jitterEnabled |
true |
Add randomness |
peakHourDetection |
true |
Auto-detect busy times |
🎨 Beautiful Dashboard
- Wave animations for active retries
- Countdown timers with pulsing borders
- Draggable priority queue
- Purple → Blue gradient theme
📊 How It Works
Request Failed (429)
↓
Wait 1s + jitter → Retry [#1](https://github.com/AntigravityLabs/antigravity-retry-commander/issues/1)
↓ (if failed)
Wait 2s + jitter → Retry [#2](https://github.com/AntigravityLabs/antigravity-retry-commander/issues/2)
↓ (if failed)
Wait 4s + jitter → Retry [#3](https://github.com/AntigravityLabs/antigravity-retry-commander/issues/3)
↓ (if failed)
Wait 8s + jitter → Retry [#4](https://github.com/AntigravityLabs/antigravity-retry-commander/issues/4)
↓ (if failed)
Wait 16s + jitter → Retry [#5](https://github.com/AntigravityLabs/antigravity-retry-commander/issues/5)
↓ (if still failed)
Notify User
Never lose a request again. Install Retry Commander today!
- Report bugs and request features on GitHub
- ⭐ Leave a review to support development
| |