deimos icon indicating copy to clipboard operation
deimos copied to clipboard

Deimos does not GC the state directory

Open solidsnack opened this issue 11 years ago • 0 comments

Deimos should automatically GC the state directory, ideally at a regular interval. One option would be for every command to spawn a subprocess that attempts to lock the state directory, performs the GC operation (deimos state --rm) for stale containers, and then holds the lock for up to 5-10 minutes (to prevent the operation from running to frequently).

solidsnack avatar Mar 24 '14 19:03 solidsnack