Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Antigravity Retry CommanderNew to Visual Studio Code? Get it now.
Antigravity Retry Commander

Antigravity Retry Commander

SIDDHANT SHARMA

| (0) | Free
🔄 Intelligent retry logic for the AI age! Handle HTTP 429 errors, model overloads, and peak-hour failures with exponential backoff and smart queuing.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🔄 Antigravity Retry Commander

Intelligent retry logic for the AI age! Handle failures gracefully.

Version Rating

🎯 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

  1. Install the extension
  2. Look for 🔄 in the status bar
  3. 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

💝 Made with 🔄 for the Antigravity Community

Never lose a request again. Install Retry Commander today!

  • Report bugs and request features on GitHub
  • ⭐ Leave a review to support development
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft