Skip to content

Commit

Permalink
Fix task execution queue is not cleared on clone
Browse files Browse the repository at this point in the history
  • Loading branch information
allegroai committed Jan 5, 2021
1 parent 6f3257f commit a8d9088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apiserver/bll/task/task_bll.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def clone_task(
for k, a in artifacts.items()
if a.get("mode") != ArtifactModes.output
}
execution_dict.pop("queue", None)

new_project_data = None
if not project and new_project_name:
Expand Down

0 comments on commit a8d9088

Please sign in to comment.