Commit cb4cbfc
committed
fix: use last_activity_at in kill ordering + add TODO for activity updates
kill_target_last_activity was still using started_at for branches while
timeout detection had been switched to last_activity_at. Also note that
last_activity_at is only set at branch spawn — updating it mid-execution
requires ProcessEvent plumbing from the hook.1 parent c75f93c commit cb4cbfc
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
357 | 360 | | |
358 | 361 | | |
359 | 362 | | |
| |||
510 | 513 | | |
511 | 514 | | |
512 | 515 | | |
513 | | - | |
| 516 | + | |
514 | 517 | | |
515 | 518 | | |
516 | 519 | | |
| |||
0 commit comments