feat: add runner failover policies and traces

This commit is contained in:
2026-05-12 02:16:42 +08:00
parent be31923e74
commit 05632172d0
26 changed files with 2033 additions and 140 deletions
+13
View File
@@ -424,6 +424,19 @@ strong {
overflow-wrap: anywhere;
}
.taskRecordAttemptTrace {
display: grid;
gap: 0.25rem;
padding-top: 0.1rem;
}
.taskRecordAttemptTraceItem {
color: var(--text-soft);
font-size: var(--font-size-xs);
line-height: 1.45;
overflow-wrap: anywhere;
}
.taskRecordJsonButton {
width: 100%;
justify-content: flex-start;