fix-scheduled

This commit is contained in:
Minh Nguyen 2022-03-25 14:20:57 +07:00
parent 66c1ef9387
commit 934b5a6fae
1 changed files with 1 additions and 1 deletions

View File

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