dora-rs / dora

DORA (Dataflow-Oriented Robotic Application) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.35k stars 68 forks source link

Add grace duration and kill process #487

Closed haixuanTao closed 2 months ago

haixuanTao commented 2 months ago

This PR adds the grace period before killing making sure that we kill all running process when stopping a dataflow.

This PR is based on sysinfo for checking and killing processes.

Closes #184