Skip to main content

RunnerLifecycleMilestone

Bounded live milestone emitted by the runner supervisor.

atAt (string)required

UTC timestamp when the milestone was recorded.

nameName (string)required

Short milestone name.

detail object

Optional compact detail for the milestone.

anyOf
string
RunnerLifecycleMilestone
{
"at": "string",
"name": "string",
"detail": "string"
}