Merge pull request #11 from Selly-Modules/develop

fix-scheduled
This commit is contained in:
Minh Nguyen 2022-03-25 14:21:32 +07:00 committed by GitHub
commit 11f960a873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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