mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-03 01:37:15 +00:00
perf: modify check_server_performance_period interval 30*60s
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user