Skip to main content

Module supervisor

Module supervisor 

Source
Expand description

Serial persistent Python worker supervision.

Structsยง

PythonInvocationOptions
Per-call identity, policy context, and deadline for a Python invocation.
PythonSupervisorConfig
Product-neutral limits for one persistent worker.
PythonSupervisorError
PythonWorkerIdentity
Immutable identity of a worker process.
PythonWorkerLogEntry
One redacted, structured line emitted by a persistent Python worker.
PythonWorkerStatus
Operator-facing state for one persistent Python provider worker.
PythonWorkerSupervisor
One persistent worker per Python provider. Invocations are deliberately serial; callers receive a stable busy error instead of entering a queue.