Hey,
The bulk operation you saw in progress is from a request that began after the request that received the internal server error message.
We’ve already polled the status of the currently running query, and it in RUNNING status, until the request encounters an internal error.
The following are the last request statuses:
reportStatus {
id: ‘gid://shopify/BulkOperation/610237153347’,
status: ‘RUNNING’,
errorCode: null,
createdAt: ‘2021-11-16T14:04:19Z’,
completedAt: null,
objectCount: ‘0’,
fileSize: null,
url: null,
partialDataUrl: null
}
{
node(id: “gid://shopify/BulkOperation/610237153347”) {
… on BulkOperation {
id
status
errorCode
createdAt
completedAt
objectCount
fileSize
url
partialDataUrl
}
}
}
reportStatus {
id: ‘gid://shopify/BulkOperation/610237153347’,
status: ‘FAILED’,
errorCode: ‘INTERNAL_SERVER_ERROR’,
createdAt: ‘2021-11-16T14:04:19Z’,
completedAt: null,
objectCount: ‘0’,
fileSize: null,
url: null,
partialDataUrl: null
}