fix spec cron

This commit is contained in:
Minh Nguyen 2022-03-25 14:27:28 +07:00
parent 1747b48b27
commit 46f77e3292
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func (s *Scheduler) startSchedule() {
func initSchedule() {
jobs := []*Job{
{
Spec: "*/ * * * *",
Spec: "*/30 * * * * *",
Name: "Start job sync data to service appier",
Cmd: SyncToService{}.syncData,
},