spcl / serverless-benchmarks

SeBS: serverless benchmarking suite for automatic performance analysis of FaaS platforms.
https://mcopik.github.io/projects/sebs/
BSD 3-Clause "New" or "Revised" License
149 stars 67 forks source link

Cleaning up inactive resources #209

Open mcopik opened 4 months ago

mcopik commented 4 months ago

SeBS keeps a list of cached cloud resources. However, the cache entries can become stale and invalid - this primarily applies to local deployment, where containers will be easily removed. Right now, a cached but removed container will throw an exception and force users to manually fix cache entries. We should be able to do it automatically.

ghost commented 2 weeks ago

can i help with this

mcopik commented 2 weeks ago

@manic012 Sure! I recommend to either add a query for stopped/active containers to detect orphans, or to implement functions that query cloud resources to show and/or delete deployed functions.