Is there anyway to display background tasks that are being performed by Shopify on your store?
Example:
I add a tag to 50,000 SKUs
How can I see the tasks that are running and the amount of time remaining to complete this task?
Is there anyway to display background tasks that are being performed by Shopify on your store?
Example:
I add a tag to 50,000 SKUs
How can I see the tasks that are running and the amount of time remaining to complete this task?
The only thing that comes into my mind is the currentBulkOperation query. If you perform a bulk GraphQL operation you can query repeatedly currentBulkOperation and see the operation status. I do not believe that this will return the time left, just the current status: https://shopify.dev/api/usage/bulk-operations/queries