teleclimber / Dropserver

An application platform for your personal web services. https://dropserver.org
Apache License 2.0
42 stars 1 forks source link

Sandbox should be stopped when appspace paused #56

Closed teleclimber closed 2 years ago

teleclimber commented 2 years ago

We take decently good care of ensuring things are closed (logs, appsapce meta-db, etc...) before running a backup.

But the sandbox is not stopped. Not explicitly, and not via status events. It seems this is critical. The app code could be holding open file pointers, etc..

Somehow close the sandbox before performing any op like backups, etc...