Keep Services Running
Keep Services Running
Section titled “Keep Services Running”Use this when local managed services should come back automatically, start dependencies first, or wait for a real readiness signal.
Fields
Section titled “Fields”start_on_bootonly applies to deployments withlocation: localandcontrol_mode: managed.depends_onstores service IDs in the same project and environment.readinesssupportshttpandtcp.- With readiness, the deployment stays
startinguntil the probe passes. - Starting a deployment with dependencies lets SuperDev cascade-start and wait for dependencies.
deployments: - id: worker-dev env: dev location: local control_mode: managed start_on_boot: true depends_on: - server readiness: type: http target: http://127.0.0.1:8080/ready timeout_seconds: 30