mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 01:19:02 +01:00
Add timestamp for last work done by agent (#3844)
This commit is contained in:
@@ -3967,6 +3967,10 @@ const docTemplate = `{
|
||||
"last_contact": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_work": {
|
||||
"description": "last time the agent did something, this value is used to determine if the agent is still doing work used by the autoscaler",
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user