Skip to content

Commit

Permalink
chore(scheduler): fix full sync cron rule
Browse files Browse the repository at this point in the history
  • Loading branch information
fcote committed Feb 22, 2023
1 parent f3e92e3 commit e734c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func getBaseConfig() *Config {
Job: JobConfig{
FullSync: CronConfig{
Enabled: true,
Rule: "* * * * * *",
Rule: "0 0 0 * * *",
},
NewsSync: CronConfig{
Enabled: true,
Expand Down

0 comments on commit e734c6d

Please sign in to comment.