diff --git a/templates/jobs/cronjob.go.tpl b/templates/jobs/cronjob.go.tpl index b13e50e..3fae3e5 100644 --- a/templates/jobs/cronjob.go.tpl +++ b/templates/jobs/cronjob.go.tpl @@ -4,7 +4,8 @@ import ( "context" "time" - . "github.com/riverqueue/river" + // . "github.com/riverqueue/river" + "github.com/robfig/cron/v3" _ "go.ipao.vip/atom" "go.ipao.vip/atom/contracts" )