feat: add queue_position and queue_size to provisioner jobs (#8074)

This commit is contained in:
Kyle Carberry
2023-06-20 15:07:18 -05:00
committed by GitHub
parent bbb0fab1de
commit 69f911dfd5
26 changed files with 417 additions and 75 deletions

6
coderd/apidoc/docs.go generated
View File

@ -7991,6 +7991,12 @@ const docTemplate = `{
"type": "string",
"format": "uuid"
},
"queue_position": {
"type": "integer"
},
"queue_size": {
"type": "integer"
},
"started_at": {
"type": "string",
"format": "date-time"