mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-05 01:11:57 +00:00
perf: task description translate
This commit is contained in:
@@ -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
|
||||
"""
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user