Skip to content

Commit 054a553

Browse files
remove task_queue param
1 parent 65557cb commit 054a553

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/storage/src/simcore_service_storage/api/rpc/_data_export.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ async def start_data_export(
6262
"export_data",
6363
task_context=job_id_data.model_dump(),
6464
task_metadata=TaskMetadata(ephemeral=False, queue="cpu-bound"),
65-
task_queue="cpu-bound",
6665
files=data_export_start.file_and_folder_ids, # ANE: adapt here your signature
6766
)
6867
except CeleryError as exc:

0 commit comments

Comments
 (0)