From 6557b8b9d8f569b0ae64069ab8e7fc848aeec2d5 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 27 May 2026 15:56:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scheduler.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scheduler.py b/app/scheduler.py index 46bc7247..a6f89f09 100644 --- a/app/scheduler.py +++ b/app/scheduler.py @@ -658,7 +658,7 @@ class Scheduler(ConfigReloadMixin, metaclass=SingletonClass): "interval", id="usage_report", name="安装版本统计上报", - hours=24, + hours=12, kwargs={"job_id": "usage_report"}, )