Commit 571994c
committed
fix(monitor): improve duration calculation accuracy and robustness
- Use start_time for start event duration calculation to ensure consistency
- Add timestamp backfill for single message submission in task queue
- Ensure robust handling of missing timestamps1 parent 071089d commit 571994c
File tree
2 files changed
+3
-1
lines changed- src/memos/mem_scheduler/task_schedule_modules
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
0 commit comments