Skip to content

Commit 1c74b5d

Browse files
xiepaupzhangzhw8
authored andcommitted
fix(redis): data_recover_job_name_2LONG #11328
1 parent 05d5eaa commit 1c74b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbm-ui/backend/flow/engine/bamboo/scene/redis/redis_data_structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def redis_data_structure_flow(self):
290290
\\\"backup_dir\\\":\\\"${BACKUP_DIR}\\\",\\\"redis_backup_dir_data\\\":\\\"${REDIS_BACKUP_DIR_DATA}\\\"}</ctx>"
291291
"""
292292
redis_pipeline.add_act(
293-
act_name=_("获取磁盘使用情况: {}").format(ip_list),
293+
act_name=_("获取磁盘使用情况: {}").format(ip_list[:3]),
294294
act_component_code=ExecuteShellScriptComponent.code,
295295
kwargs=asdict(first_act_kwargs),
296296
write_payload_var="disk_used",

0 commit comments

Comments
 (0)