config-cron-with-second #12

Merged
milano15662 merged 2 commits from develop into master 2022-03-25 07:27:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 46f77e3292 - Show all commits

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,
},