You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(hooks): remove max attempts limit from useWithRetry hook
Remove the MAX_ATTEMPTS constant and associated logic to allow unlimited
retry attempts. The hook now retries indefinitely with exponential backoff
(capped at 10 minutes delay) until the operation succeeds or is cancelled.
Update tests to verify the new unlimited retry behavior while maintaining
all existing functionality like cancellation, cleanup, and proper state
management.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments