Skip to content

Changed batchrequest to error array collection on main function

Latest
Compare
Choose a tag to compare
@alvaro-escalante alvaro-escalante released this 16 Nov 09:59

Change the way the app deals with 500 errors by removing the promise.allSettlled() and just collect the errors on an array for the main function so it waits till the end and runs again if any errors are found.