File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
services/web/server/src/simcore_service_webserver/storage Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ def _create_data_response_from_async_job(
185185 task_id = async_job_id ,
186186 task_name = async_job_id ,
187187 status_href = f"{ request .url .with_path (str (request .app .router ['get_async_job_status' ].url_for (task_id = async_job_id )))} " ,
188- abort_href = f"{ request .url .with_path (str (request .app .router ['cancel_async_job ' ].url_for (task_id = async_job_id )))} " ,
188+ abort_href = f"{ request .url .with_path (str (request .app .router ['cancel_and_delete_async_job ' ].url_for (task_id = async_job_id )))} " ,
189189 result_href = f"{ request .url .with_path (str (request .app .router ['get_async_job_result' ].url_for (task_id = async_job_id )))} " ,
190190 ),
191191 status = status .HTTP_202_ACCEPTED ,
You can’t perform that action at this time.
0 commit comments