-
Notifications
You must be signed in to change notification settings - Fork 7
Implement retry mechanism for API calls #11
Copy link
Copy link
Open
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or requestreliability
Description
CodeMaverick-143
opened on Sep 8, 2025
Issue body actions
- The analyzer.js file uses a hardcoded 500ms delay between AI calls to prevent rate limiting. A more robust solution would be to implement a backoff and retry mechanism. If the Gemini API returns a 429 Too Many Requests status, the tool should automatically retry the request after a short, increasing delay.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or requestreliability