feat(k8s): mvp

This commit is contained in:
Xiphoseer
2024-01-02 00:34:43 +01:00
parent 1941679d27
commit 166a283c70
16 changed files with 642 additions and 5 deletions

View File

@@ -121,6 +121,7 @@ void CatchUnhandled(int sig) {
} catch(const std::exception& e) {
LOG("Caught exception: '%s'", e.what());
}
Game::logger->Flush();
#ifndef INCLUDE_BACKTRACE
@@ -186,7 +187,7 @@ void CatchUnhandled(int sig) {
Bt(state);
#endif // INCLUDE_BACKTRACE
Game::logger->Flush();
exit(EXIT_FAILURE);
}