-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or requestreliability
Description
- 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.
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or requestreliability