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.

[BUG] Graphql Jobs not working

[BUG] Graphql Jobs not working

Mete
Shopify Partner
134 0 40

Even after hours the done field returns false from the job. Is there any way to understand the error here? Job here is a collectionReorderProducts. Even the simplest queries with one reorder doesn't get completed.

 

{
    job(id: "gid://shopify/Job/4566c438-4b9e-45fa-85db-2c9d0a74c60c") {
        done
        id
    }
}

Result:

{
    "data": {
        "job": {
            "done": false,
            "id": "gid://shopify/Job/4566c438-4b9e-45fa-85db-2c9d0a74c60c"
        }
    },
    "extensions": {
        "cost": {
            "requestedQueryCost": 1,
            "actualQueryCost": 1,
            "throttleStatus": {
                "maximumAvailable": 1000.0,
                "currentlyAvailable": 999,
                "restoreRate": 50.0
            }
        }
    }
}

 

Co-Founder / Developer at: merchbees
Merchbees Low Stock Alert - Keep track of your low stock items by email and slack
Merchbees Inventory Value - Know your inventory value and quantity in real-time
Push Down & Hide Out of Stock - Move out of stock products to the bottom of the collection to improve SEO & hide/ unhide automatically
Replies 0 (0)