We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08b52b commit f51670fCopy full SHA for f51670f
src/trigger/video-processing.ts
@@ -127,7 +127,10 @@ export const videoProcessingTask = schemaTask({
127
logger.info(`Finished video download ${mpbs}mpbs`, { mpbs });
128
129
const promises: Promise<unknown>[] = [];
130
- const dbUpdatePayload: Partial<typeof videos.$inferInsert> = {};
+
131
+ const dbUpdatePayload: Partial<typeof videos.$inferInsert> = {
132
+ isProcessing: false,
133
+ };
134
135
if (steps.includes("video-size")) {
136
logger.info("Getting video size");
0 commit comments