Its the second one ,we wait some time and retry the whole operation.
It is asynchronous,the front end isnt waiting,but we need to redo the entire operation 3 times max in case of failure.
This is my 1st post….Hoping to get response
We have a requirement wherein we check the response from the back end. If it has a particular error code say “X” we must wait for 60 seconds then tr ...