Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

inconsistency internal server error for bulk operation order

inconsistency internal server error for bulk operation order

8data_dev
Shopify Partner
3 0 2

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 🙂

Reply 1 (1)

Funnel
Shopify Partner
28 0 15

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}}}}