增加定时服务的健康检测

This commit is contained in:
吕新雨
2026-02-09 15:39:46 +08:00
parent e980bd4e4d
commit f03d36b5e9
7 changed files with 230 additions and 11 deletions

View File

@@ -10,4 +10,5 @@ Celery 任务集合。
from app.tasks import ping as _ping # noqa: F401
from app.tasks import reco as _reco # noqa: F401
from app.tasks import push as _push # noqa: F401
from app.tasks import ops as _ops # noqa: F401