From 58605fbf9606d21d919d6668245e5e53840e31bf Mon Sep 17 00:00:00 2001 From: xxq250 Date: Fri, 24 Oct 2025 14:59:19 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20cron=E4=BB=BB=E5=8A=A1=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E6=8C=91=E6=88=98=E6=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/sidekiq_cron.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/sidekiq_cron.yml b/config/sidekiq_cron.yml index 119e21b35..316b91b25 100644 --- a/config/sidekiq_cron.yml +++ b/config/sidekiq_cron.yml @@ -34,11 +34,6 @@ cache_async_reset: args: - "platform_statistic_service" -sync_competition_tzb_user: - cron: "0 */5 * * *" - class: "SyncCompetitionTzbUserJob" - queue: default - competition_notice: cron: "*/5 * * * *" class: "CompetitionNoticeJob"