|
|
@@ -70,6 +70,7 @@ class CheckVideoGenerationTasksCommand extends Command
|
|
|
->where('video_task_status', '生成中')
|
|
|
->whereNotNull('video_task_id')
|
|
|
->where('video_task_id', '<>', '')
|
|
|
+ ->where('created_at', '<', date('Y-m-d H:i:s', strtotime('-20 hours')))
|
|
|
->select('id', 'segment_id', 'video_task_id', 'audio_duration')
|
|
|
->get();
|
|
|
|