Closed techguy0101 closed 3 months ago
Thanks for raising this @techguy0101
Any chance you can confirm the version of the SDK you are using for this? Out of curiousity, what is the Http status code received for the responses. Do you get a value for the retryAfter
header?
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
Is your feature request related to a problem? Please describe the problem.
When we are processing 213 records for a tenant that time BatchProcessing job sending too many request errors. Added retry mechanism, still received same error and did some research on it but no luck. Please provide the solution Below is the code: //UserId contains 213 contacts while (userId != null) {
Describe the solution you'd like.
Would like to process all the records without any error. if you have the solution for this, please share. Thank you in advance
Additional context?
No response