From 92fa2d7a02bb51f79c85cbf9b9807fe14e52d2e1 Mon Sep 17 00:00:00 2001 From: rogeecn Date: Mon, 17 Mar 2025 10:31:49 +0800 Subject: [PATCH] fix: job --- templates/project/app/jobs/demo_cron.go.tpl | 1 - 1 file changed, 1 deletion(-) 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, },