Skip to content

Commit

Permalink
feat: 任务清理忽略任务状态 #7664
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Jan 3, 2025
1 parent 08196ea commit 9cc13ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gcloud/contrib/cleaner/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ def clean_expired_v2_task_data():
qs = TaskFlowInstance.objects.filter(
pipeline_instance__create_time__lt=expire_time,
engine_ver=2,
pipeline_instance__is_finished=True,
pipeline_instance__is_revoked=False,
pipeline_instance__is_expired=False,
create_method__in=settings.CLEAN_EXPIRED_V2_TASK_CREATE_METHODS,
)
Expand Down

0 comments on commit 9cc13ab

Please sign in to comment.