This is the stuck snapshot:
"data": {
"inventory_snapshot": {
"request_id": "672110a37566128d0e4ca117",
"complexity": 2,
"snapshot": {
"snapshot_id": "6687a37cec05044d332619db",
"job_user_id": "VXNlcjoxNjEyNjQ=",
"job_account_id": "QWNjb3VudDo2Mjg1MA==",
"warehouse_id": "xxxx",
"customer_account_id": null,
"notification_email": null,
"email_error": null,
"post_url": null,
"post_error": null,
"post_url_pre_check": true,
"status": "InventorySnapshotStatus.enqueued",
"error": null,
"created_at": "2024-07-05T07:40:44+00:00",
"enqueued_at": "2024-07-05T07:40:44.441000",
"updated_at": "2024-07-05T07:40:44+00:00",
"snapshot_url": null,
"snapshot_expiration": null
}
}
}
And here’s the error I get when I try to generate a new one:
"errors": [{
"message": "Snapshot '6687a37cec05044d332619db' is already being processed for warehouse 'Any' and account 'Any'",
"operation": "inventory_generate_snapshot",
"field": "inventory_generate_snapshot",
"request_id": "67210f8be450ce81ed04a196",
"code": 9
}
]