worker/api: send job id to worker after all
Full circle. After switching the worker to not operate on jobs directly, send the id anyway, so that workers can print it in their logs.
This commit is contained in:
parent
b03e1254e9
commit
3bedd25087
6 changed files with 25 additions and 9 deletions
|
|
@ -46,9 +46,13 @@ paths:
|
|||
type: string
|
||||
artifact_location:
|
||||
type: string
|
||||
id:
|
||||
type: string
|
||||
format: uuid
|
||||
required:
|
||||
- manifest
|
||||
- location
|
||||
- id
|
||||
operationId: RequestJob
|
||||
requestBody:
|
||||
content:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue