Compare commits
2 Commits
8cf7196c86
...
e7f9740e72
| Author | SHA1 | Date | |
|---|---|---|---|
| e7f9740e72 | |||
| 70889b25d1 |
@@ -145,12 +145,15 @@ if let Ok(job) = auto_state.db.create_monitor_job(&auto_uuid, Some(vp)).await {
|
||||
## Deployment
|
||||
|
||||
**Environment**: Production (3002)
|
||||
**Status**: ✅ Compiled, ready for restart
|
||||
**Status**: ✅ Deployed, running
|
||||
|
||||
**Restart Command**:
|
||||
```bash
|
||||
./run-server-3002.sh
|
||||
```
|
||||
**Implemented Files**:
|
||||
- `src/worker/job_worker.rs`: 6 处 "running" 状态更新
|
||||
- `src/api/files.rs:866`: 注册时初始化 stages
|
||||
- `src/api/files.rs:1762`: sync-status 检查 TKG + chunks
|
||||
- `src/api/files.rs:16`: 新增 imports
|
||||
|
||||
**Build**: 2026-07-24T18:43:52Z
|
||||
|
||||
---
|
||||
|
||||
|
||||
Binary file not shown.
@@ -261,7 +261,7 @@
|
||||
<img v-if="faceThumbsCache[thumbTraceKey(t)]" :src="faceThumbsCache[thumbTraceKey(t)]" alt="" loading="lazy">
|
||||
<div v-else style="width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#eef2ff;color:#6366f1;font-size:10px;font-weight:600;border-radius:8px;">F{{ t.trace_id }}</div>
|
||||
</div>
|
||||
<div class="ms-ppl-strip-trace-label">F{{ t.trace_id }}<span class="ms-ppl-strip-group-name">{{ clusterDetailModal.cluster?.name }}</span></div>
|
||||
<div class="ms-ppl-strip-trace-label">Face{{ t.trace_id }}<span class="ms-ppl-strip-group-name">{{ clusterDetailModal.cluster?.name }}</span></div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="ms-ppl-strip-arrow" :disabled="clusterStripPage >= clusterStripTotalPages" @click="clusterStripPage++">›</button>
|
||||
|
||||
Reference in New Issue
Block a user