Skip to content

Tweaked the delay and retries attributes for retryAsync() #83

Open
swayamvaza wants to merge 1 commit into
moizycodes:mainfrom
swayamvaza:Async_Handling
Open

Tweaked the delay and retries attributes for retryAsync() #83
swayamvaza wants to merge 1 commit into
moizycodes:mainfrom
swayamvaza:Async_Handling

Conversation

@swayamvaza
Copy link
Copy Markdown

@swayamvaza swayamvaza commented May 14, 2026

Following changes made

-> Implements retryAsync with default 3 retries and 1s delay.

-> Supports exponential backoff to handle network congestion.

-> Includes validation for input types and negative values.

Closes #77

@swayamvaza swayamvaza changed the title Feature: Tweaked the delay and retries attributes for retryAsync() Tweaked the delay and retries attributes for retryAsync() May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Implement a retryAsync() Utility for Retrying Failed Async Operations

1 participant