not call abort method

This commit is contained in:
rmanach 2023-09-26 12:32:31 +02:00
parent 84f436817b
commit 57750c56d1

View File

@ -85,7 +85,6 @@ def abort(request, deployment_id):
res = AbortableAsyncResult(str(deployment.task_id))
progress = res.info.get("progress", 0)
res.abort()
res.revoke(terminate=True)
deployment.status = Status.FAILED.name