Using this example function, it will automatically retry up to 10 times if anything but a 200 response comes. However, during a test the server took a long time in processing state creating the report. I realized there is a specific response of 412 with a specific error code that indicates the report is still processing. This change would not decrement the retries if this message is received.
Using this example function, it will automatically retry up to 10 times if anything but a 200 response comes. However, during a test the server took a long time in processing state creating the report. I realized there is a specific response of 412 with a specific error code that indicates the report is still processing. This change would not decrement the retries if this message is received.