perf: task description translate

This commit is contained in:
wangruidong
2024-09-10 17:04:43 +08:00
committed by Bryan
parent 6982ab1efc
commit b6f3c23787
3 changed files with 47 additions and 52 deletions

View File

@@ -100,7 +100,14 @@ def execute_automation_record_task(record_ids, tp):
verbose_name=_('Clean change secret and push record period'),
description=_(
"""
Clean change secret and push record period description
The system will periodically clean up unnecessary password change and push records,
including their associated change tasks, execution logs, assets, and accounts. When any
of these associated items are deleted, the corresponding password change and push records
become invalid. Therefore, to maintain a clean and efficient database, the system will
clean up expired records at 2 a.m daily, based on the interval specified by
PERM_EXPIRED_CHECK_PERIODIC in the config.txt configuration file. This periodic cleanup
mechanism helps free up storage space and enhances the security and overall performance
of data management
"""
)
)