How do you deal with unrecoverable errors? I real...
# ktor
r
How do you deal with unrecoverable errors? I realized that the ktor server is not killing the JVM in unrecoverable situations like OOMs. How do you guys deal with this? Use the Status-Pages plugin and
exitProcess(-1)
on
Error
?