vlinder daemon¶
Start the supervisor process manager.
Starts the Supervisor, which spawns and manages all worker processes. The Supervisor:
- Starts the Registry worker and waits for it to become healthy
- Spawns the remaining workers (agent, inference, embedding, storage)
- Monitors worker lifecycle — restarts workers that crash
- Runs a Session Viewer HTTP server on port 7777
Each worker is a separate vlinder daemon process launched with a VLINDER_WORKER_ROLE environment variable. See Architecture for the full Supervisor + Workers model.
See Also¶
- Architecture — supervisor and worker components
- Distributed Deployment — multi-node setup
- Configuration — worker counts and queue settings