diff --git a/packages/crawler/mq/exec/snapshotTick.ts b/packages/crawler/mq/exec/snapshotTick.ts index b77bd90..237b923 100644 --- a/packages/crawler/mq/exec/snapshotTick.ts +++ b/packages/crawler/mq/exec/snapshotTick.ts @@ -153,6 +153,7 @@ export const collectMilestoneSnapshotsWorker = async (_job: Job) => { const videos = await getVideosNearMilestone(client); for (const video of videos) { const aid = Number(video.aid); + console.debug(aid, video.aid); const eta = await getAdjustedShortTermETA(client, aid); logger.log(`ETA for ${aid}: ${eta}`) if (eta > 72) continue;