Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Never restart session containers
Failing session containers can result in restart loop until the garbage cleaner terminates the session after 90 minutes. Most of the failing containers do fail after restarts again and produce unnecessary costs. In the rare cases of one-time failures, the session can be created again in the frontend / via the API.
- Loading branch information