Hi!
Starting Jan 9th our integration started seeing a lot more incidences (20x) on INTERNAL_SERVER errors happening on bulkOperationRunQuery for the Shopify Admin API.
Here’s an example:
{
"data": {
"currentBulkOperation": {
"id": "gid://shopify/BulkOperation/2708992590125",
"status": "FAILED",
"url": null,
"errorCode": "INTERNAL_SERVER_ERROR",
"fileSize": null,
"createdAt": "2023-01-19T23:01:18Z",
"completedAt": null,
"objectCount": "0",
"rootObjectCount": "0",
"partialDataUrl": null
}
},
"extensions": {
"cost": {
"requestedQueryCost": 1,
"actualQueryCost": 1,
"throttleStatus": {
"maximumAvailable": 2000.0,
"currentlyAvailable": 1999,
"restoreRate": 100.0
}
}
}
}
Could you please confirm Shopify is timing out on execution of these queries? And perhaps plan for a fix (sharing ETA)? Or advise on what should we do as clients to your api on these cases?
Thanks!