feat: update

This commit is contained in:
yanghao05
2025-04-17 20:59:01 +08:00
parent 7ebbc01ae2
commit 2780d16edc
3 changed files with 8 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ import (
"quyun/app/models"
"quyun/providers/ali"
"quyun/providers/app"
"quyun/providers/job"
. "github.com/riverqueue/river"
@@ -38,6 +39,7 @@ type ExtractHeadImageFromVideoWorker struct {
oss *ali.OSSClient
job *job.Job
app *app.Config
}
func (w *ExtractHeadImageFromVideoWorker) NextRetry(job *Job[ExtractHeadImageFromVideo]) time.Time {