perf: Automation

This commit is contained in:
feng
2025-03-07 16:51:31 +08:00
committed by feng626
parent 763e67bd1d
commit 405344de74
17 changed files with 647 additions and 547 deletions

View File

@@ -155,7 +155,7 @@ class ChangeSecretDashboardApi(APIView):
for task in tasks:
_id = task.get('id')
name = task.get('name')
tp = task.kwargs.get('tp')
tp = task.get('kwargs', {}).get('tp')
if name == self.task_name and tp == self.tp:
execution_ids.append(_id)