We’re building something that spins up a Fly Machine on every request, runs some process, and then shuts down the Fly Machine. We’re killing the process so the Machine stops automatically, but it doesn’t destroy itself (this is very convenient). However, we quickly hit our machine limit, since we don’t run any cleanup to destroy it. Is there a convenient way to do this automatically or do we need to run a separate cleanup task somewhere?
Thanks!