Skip to content

Commit d67c526

Browse files
committed
Revert "add legacy tasks to webserver"
This reverts commit d94caa7.
1 parent 105b498 commit d67c526

File tree

3 files changed

+0
-133
lines changed

3 files changed

+0
-133
lines changed

api/specs/web-server/_long_running_tasks_legacy.py

Lines changed: 0 additions & 61 deletions
This file was deleted.

api/specs/web-server/openapi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"_exporter",
3737
"_folders",
3838
"_long_running_tasks",
39-
"_long_running_tasks_legacy",
4039
"_licensed_items",
4140
"_licensed_items_purchases",
4241
"_licensed_items_checkouts",

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -3125,77 +3125,6 @@ paths:
31253125
schema:
31263126
$ref: '#/components/schemas/EnvelopedError'
31273127
description: Internal Server Error
3128-
/v0/tasks-legacy:
3129-
get:
3130-
tags:
3131-
- long-running-tasks-legacy
3132-
summary: List Tasks
3133-
description: Lists all long running tasks
3134-
operationId: list_tasks
3135-
responses:
3136-
'200':
3137-
description: Successful Response
3138-
content:
3139-
application/json:
3140-
schema:
3141-
$ref: '#/components/schemas/Envelope_list_TaskGet__'
3142-
/v0/tasks-legacy/{task_id}:
3143-
get:
3144-
tags:
3145-
- long-running-tasks-legacy
3146-
summary: Get Task Status
3147-
description: Retrieves the status of a task
3148-
operationId: get_task_status
3149-
parameters:
3150-
- name: task_id
3151-
in: path
3152-
required: true
3153-
schema:
3154-
type: string
3155-
title: Task Id
3156-
responses:
3157-
'200':
3158-
description: Successful Response
3159-
content:
3160-
application/json:
3161-
schema:
3162-
$ref: '#/components/schemas/Envelope_TaskStatus_'
3163-
delete:
3164-
tags:
3165-
- long-running-tasks-legacy
3166-
summary: Cancel And Delete Task
3167-
description: Cancels and deletes a task
3168-
operationId: cancel_and_delete_task
3169-
parameters:
3170-
- name: task_id
3171-
in: path
3172-
required: true
3173-
schema:
3174-
type: string
3175-
title: Task Id
3176-
responses:
3177-
'204':
3178-
description: Successful Response
3179-
/v0/tasks-legacy/{task_id}/result:
3180-
get:
3181-
tags:
3182-
- long-running-tasks-legacy
3183-
summary: Get Task Result
3184-
description: Retrieves the result of a task
3185-
operationId: get_task_result
3186-
parameters:
3187-
- name: task_id
3188-
in: path
3189-
required: true
3190-
schema:
3191-
type: string
3192-
title: Task Id
3193-
responses:
3194-
'200':
3195-
description: Successful Response
3196-
content:
3197-
application/json:
3198-
schema: {}
31993128
/v0/catalog/licensed-items:
32003129
get:
32013130
tags:

0 commit comments

Comments
 (0)