Files
ubicloud/rhizome/inference_endpoint
Benjamin Satzger 480b8e33a9 Configure restart behavior for inference services
Configure systemd to always restart the inference engine and inference
replica services on failure.

`RestartSec=5` ensures a 5-second delay before restarting the service to
avoid tight restart loops.

`StartLimitIntervalSec=0` and `StartLimitBurst=0` disable start rate
limiting.
2025-03-17 12:56:32 +01:00
..