commit adcfc73294d4ce8c5c002e32f0241a3f75cc6cf8 parent 846b72e6703dc6c43894aee8aad02e2222b6c54c Author: MS <ms@taler.net> Date: Tue, 29 Nov 2022 09:20:49 +0100 comment Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt @@ -91,8 +91,7 @@ object NexusCron { } } /** - * Here to catch StackOverflowError and exit. It is not clear however - * if this handler catches also the 'Error' type. + * Fails whenever a unmanaged Throwable reaches the root thread. */ val fallback = CoroutineExceptionHandler { _, err -> logger.error(err.stackTraceToString())