A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I tried to fetch orders data on specific month by using bulk operation. However, the behavior is not consistence: sometimes I’m getting internal server error, and sometimes the bulk operation succeed.
Attaching few bulk operations IDs as example:
failed: gid://shopify/BulkOperation/1903877783768
succeed: gid://shopify/BulkOperation/1897982951640
Please advise,
Thank you 🙂
Hi! We are experiencing a similar issue when running bulkoperation on the Orders object. Some periods return data just fine, while for specific dates we get INTERNAL_SERVER_ERROR, see error message below. Did you manage to find a solution @8data_dev ?
{'data': {'node': {'id': 'gid://shopify/BulkOperation/2193531109624', 'status': 'FAILED', 'errorCode': 'INTERNAL_SERVER_ERROR', 'createdAt': '2022-12-05T13:57:33Z', 'completedAt': None, 'objectCount': '8639', 'rootObjectCount': '1450', 'fileSize': None, 'url': None, 'partialDataUrl': None}}, 'extensions': {'cost': {'requestedQueryCost': 1, 'actualQueryCost': 1, 'throttleStatus': {'maximumAvailable': 1000.0, 'currentlyAvailable': 999, 'restoreRate': 50.0}}}}