fix: 修复celery日志清除问题

This commit is contained in:
Bai
2021-01-08 18:33:20 +08:00
committed by Jiangjie.Bai
parent 19c2973501
commit b9258878fe

View File

@@ -40,6 +40,6 @@ def clean_ftp_log_period():
@register_as_period_task(interval=3600*24) @register_as_period_task(interval=3600*24)
@shared_task @shared_task
def clean_audits_log_period(): def clean_audits_log_period():
clean_audits_log_period() clean_login_log_period()
clean_operation_log_period() clean_operation_log_period()
clean_ftp_log_period() clean_ftp_log_period()