fix: missing setSnapshotStatus in takeSnapshotForVideoWorker
This commit is contained in:
parent
d98e24b62f
commit
69fb3604b1
@ -349,6 +349,7 @@ export const takeSnapshotForVideoWorker = async (job: Job) => {
|
|||||||
const now = Date.now();
|
const now = Date.now();
|
||||||
const targetTime = now + eta * HOUR;
|
const targetTime = now + eta * HOUR;
|
||||||
await scheduleSnapshot(client, aid, type, targetTime);
|
await scheduleSnapshot(client, aid, type, targetTime);
|
||||||
|
await setSnapshotStatus(client, id, "completed");
|
||||||
return `DONE`;
|
return `DONE`;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (e instanceof NetSchedulerError && e.code === "NO_PROXY_AVAILABLE") {
|
if (e instanceof NetSchedulerError && e.code === "NO_PROXY_AVAILABLE") {
|
||||||
|
Loading…
Reference in New Issue
Block a user