-
-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Description
Description:
Create a utility that retries execution of a Callable up to a defined number of times, with a delay between attempts. Useful for network and file operations.
Acceptance Criteria:
- A new retry snippet has been added
- Method retry(Callable task, int maxAttempts, long delayMillis) is implemented
- Retries task on failure with optional delay
- Test case showcases retrying on failure
Metadata
Metadata
Assignees
Projects
Status
Todo