I would like to be able to handle Internal Server Error from Shopify. It happens from time to time with get orders calls. the idea is not to die after GuzzleHttp\Exception\ServerException : Server error: GET but re-try 5 times with sleep(5)
I would like to be able to handle Internal Server Error from Shopify.
It happens from time to time with get orders calls.
the idea is not to die after
GuzzleHttp\Exception\ServerException : Server error: GET
but re-try 5 times with sleep(5)