diff --git a/templates/project/app/jobs/demo_cron.go.tpl b/templates/project/app/jobs/demo_cron.go.tpl index 53b95e7..1240493 100644 --- a/templates/project/app/jobs/demo_cron.go.tpl +++ b/templates/project/app/jobs/demo_cron.go.tpl @@ -29,7 +29,6 @@ func (CronJob) Args() []contracts.CronJobArg { Strings: []string{"a", "b", "c", "d"}, }, - Kind: "cron_job", PeriodicInterval: PeriodicInterval(time.Second * 10), RunOnStart: false, },