diff --git a/packages/crawler/mq/exec/snapshotVideo.ts b/packages/crawler/mq/exec/snapshotVideo.ts index 364d8b3..dbb0fbc 100644 --- a/packages/crawler/mq/exec/snapshotVideo.ts +++ b/packages/crawler/mq/exec/snapshotVideo.ts @@ -41,7 +41,7 @@ export const snapshotVideoWorker = async (job: Job): Promise => { const stat = await insertVideoSnapshot(client, aid, task); if (typeof stat === "number") { await setBiliVideoStatus(client, aid, stat); - await setSnapshotStatus(client, id, "completed"); + await setSnapshotStatus(client, id, "bili_error"); logger.warn( `Bilibili return status ${status} when snapshoting for ${aid}.`, "mq",