forked from Gitlink/forgeplus
fixed cron time
This commit is contained in:
parent
554f88525e
commit
684feea8c7
|
@ -35,6 +35,6 @@ cache_async_reset:
|
|||
- "platform_statistic_service"
|
||||
|
||||
sync_competition_tzb_user:
|
||||
cron: "*/5 * * * *"
|
||||
cron: "0 */5 * * *"
|
||||
class: "SyncCompetitionTzbUserJob"
|
||||
queue: default
|
||||
|
|
Loading…
Reference in New Issue