Crate mz_orchestrator_process

Source

Modulesยง

secrets
Management of user secrets via the local file system.

Structsยง

AddressedTcpListener ๐Ÿ”’
EnsureServiceConfig ๐Ÿ”’
Describes the desired state of a process.
NamespacedProcessOrchestrator ๐Ÿ”’
NamespacedProcessOrchestratorConfig ๐Ÿ”’
Configuration for a NamespacedProcessOrchestrator.
OrchestratorWorker ๐Ÿ”’
A task executing blocking work for a NamespacedProcessOrchestrator in the background.
ProcessOrchestrator
An orchestrator backed by processes on the local machine.
ProcessOrchestratorConfig
Configures a ProcessOrchestrator.
ProcessOrchestratorTcpProxyConfig
Configures the TCP proxy for a ProcessOrchestrator.
ProcessService ๐Ÿ”’
ProcessState ๐Ÿ”’
ProcessStateUpdater ๐Ÿ”’
ServiceProcessConfig ๐Ÿ”’
ServiceProcessPort ๐Ÿ”’
TcpProxyConfig ๐Ÿ”’

Enumsยง

LaunchSpec ๐Ÿ”’
ProcessStatus ๐Ÿ”’
WorkerCommand ๐Ÿ”’
Commands sent from a NamespacedProcessOrchestrator to its OrchestratorWorker.

Functionsยง

did_process_crash ๐Ÿ”’
find_process_from_pid_file ๐Ÿ”’
interpolate_command ๐Ÿ”’
socket_path ๐Ÿ”’
spawn_process ๐Ÿ”’
supervise_existing_process ๐Ÿ”’
Supervises an existing process, if it exists.
tcp_proxy ๐Ÿ”’
write_pid_file ๐Ÿ”’