Expand description
Which executable a builtin deployment launches, and what it is at spawn. Which executable a builtin deployment launches, and what it is.
WorkerArtifactRef::Builtin { verb } names the server’s OWN binary plus an
operator-declared argv tail. The tail is the whole launch contract: nothing
here appends a flag, an endpoint, or an environment variable the operator
did not write. An inferred argument is an argument nobody can read off the
deployment record, and this record is meant to be the answer to “what will
actually run”.
Identity is captured at EVERY spawn, not once at deploy: that is what makes a restart across an upgrade measurable rather than assumed.
Enums§
- Managed
Executable - The executable a managed worker instance launches.