-
Notifications
You must be signed in to change notification settings - Fork 0
Add retry logic for specified errors #8
Copy link
Copy link
Open
Description
We want to allow the user to specify the type of error and retry behavior.
The request object is the MergeRequest class.
- The request object should allow the user to specify a retry count
- The request object should allow the user to specify a retry delay
- The request object should allow the user to specify the type of exceptions to activate retry behavior.
The retry logic should be in the Merge method of the MergeQueryObject class.
Reactions are currently unavailable