File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
packages/service-library/src/servicelib/aiohttp/long_running_tasks
services/web/server/src/simcore_service_webserver/storage Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ async def start_long_running_task(
7777 )
7878 task_get = TaskGet (
7979 task_id = task_id ,
80- task_name = task_name ,
8180 status_href = f"{ status_url } " ,
8281 result_href = f"{ result_url } " ,
8382 abort_href = f"{ abort_url } " ,
Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ def _create_data_response_from_async_job(
183183 return create_data_response (
184184 TaskGet (
185185 task_id = async_job_id ,
186- task_name = async_job_id ,
187186 status_href = f"{ request .url .with_path (str (request .app .router ['get_async_job_status' ].url_for (task_id = async_job_id )))} " ,
188187 abort_href = f"{ request .url .with_path (str (request .app .router ['cancel_async_job' ].url_for (task_id = async_job_id )))} " ,
189188 result_href = f"{ request .url .with_path (str (request .app .router ['get_async_job_result' ].url_for (task_id = async_job_id )))} " ,
@@ -503,7 +502,6 @@ def allow_only_simcore(cls, v: int) -> int:
503502 return create_data_response (
504503 TaskGet (
505504 task_id = _job_id ,
506- task_name = _job_id ,
507505 status_href = f"{ request .url .with_path (str (request .app .router ['get_async_job_status' ].url_for (task_id = _job_id )))} " ,
508506 abort_href = f"{ request .url .with_path (str (request .app .router ['cancel_async_job' ].url_for (task_id = _job_id )))} " ,
509507 result_href = f"{ request .url .with_path (str (request .app .router ['get_async_job_result' ].url_for (task_id = _job_id )))} " ,
You can’t perform that action at this time.
0 commit comments