rik-org / rik

RIK is an experimental workload orchestrator that allows you to deploy your cloud applications, written in Rust.
https://rik-org.github.io/rik/
Apache License 2.0
68 stars 11 forks source link

Implement graceful shutdown #57

Closed alexandrebrg closed 1 year ago

alexandrebrg commented 1 year ago

What needs to be done

Why it is needed

[^1]: Learn more on tokio docs

alexandrebrg commented 1 year ago

Hi @kalil-pelissier, the work done on instance deletion should be helpful for you as it gives you all the necessary methods to clean up workloads (#84)!