OAPI: remove last_activity field from RegisteredWorker

A task's "activity" field is a string that describes the last-performed
operation on the task. In Flamenco 2, a Worker's "last activity" is the
timestamp at which it was last seen. Using the same term for different
things is confusing, and thus gets removed until the Worker's "last seen"
functionality is reimplemented.
This commit is contained in:
Sybren A. Stüvel 2022-05-31 10:36:47 +02:00
parent ce07a46455
commit 4f8fd14d7f

@ -716,7 +716,6 @@ components:
address: { type: string }
status: { $ref: "#/components/schemas/WorkerStatus" }
platform: { type: string }
last_activity: { type: string }
software: { type: string }
supported_task_types:
type: array
@ -728,7 +727,6 @@ components:
- status
- platform
- current_task
- last_activity
- software
- supported_task_types