runtime: avoid ticket backend blocking panic

This commit is contained in:
2026-07-20 09:45:39 +09:00
parent 2b0901eb62
commit 18d9b96cac
2 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ start_runtime() {
return 1
fi
start_service runtime "$ROOT_DIR" "$port" \
"$runtime_bin" --bind "$RUNTIME_BIND"
env RUST_BACKTRACE="${RUST_BACKTRACE:-1}" "$runtime_bin" --bind "$RUNTIME_BIND"
}
start_backend() {