From ab7f27bea0f20a470a8c454ae2244862aac44852 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 20 May 2025 11:13:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=86=85=E5=AE=B9=EF=BC=8C?= =?UTF-8?q?=E5=B0=86=E5=9B=BE=E7=89=87=E5=9C=B0=E5=9D=80=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E5=88=B0redis=EF=BC=8C=E7=84=B6=E5=90=8E=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E9=9A=8F=E6=9C=BAredis=E5=BF=AB=E9=80=9F=E6=8F=90=E5=8F=96?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E3=80=82=E5=87=8F=E5=B0=91=E7=AD=89=E5=BE=85?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d1ce9f6..b48d458 100644 --- a/main.py +++ b/main.py @@ -112,7 +112,7 @@ def jobs(robot: Robot): async def login_check_job(): await asyncio.to_thread(robot.login_twice_auto_auth) - @async_job.at_times(["11:150"]) + @async_job.at_times(["11:15"]) async def update_image_cache_job(): logger.info("开始执行图片缓存更新任务") manager = ImageCacheManager("/mnt/nfs_share") # 替换为你的图片目录