mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-20 14:10:44 +00:00
ES-52: updated UpdateAction to act same as insert or gets for 'retryable server errors'
This commit is contained in:
@ -1178,7 +1178,7 @@ public class BaseAPIActionUtil
|
||||
*******************************************************************************/
|
||||
protected boolean shouldBeRetryableServerErrorException(QHttpResponse qResponse)
|
||||
{
|
||||
if(actionInput instanceof QueryInput || actionInput instanceof GetInput)
|
||||
if(actionInput instanceof QueryInput || actionInput instanceof GetInput || actionInput instanceof UpdateInput)
|
||||
{
|
||||
return (qResponse.getStatusCode() != null && qResponse.getStatusCode() >= 500);
|
||||
}
|
||||
|
Reference in New Issue
Block a user