perf: modify check_server_performance_period interval 30*60s

This commit is contained in:
Bai
2026-04-15 15:37:19 +08:00
parent c3cb839b0c
commit aeb9e3d28a

View File

@@ -150,7 +150,7 @@ def create_or_update_registered_periodic_tasks():
and disk usage exceed the thresholds, and send an alert message to the administrator"""
)
)
@register_as_period_task(interval=300)
@register_as_period_task(interval=30*60)
def check_server_performance_period():
ServerPerformanceCheckUtil().check_and_publish()