Commit ab8717b
Tell the runbook to copy the session out before killing a run
Learned by losing one. officeqa run #4 was killed while the verifier was blocked
on a drain, so it never reached export-session -- and stopping the compose stack
removes the containers, taking /state/admin/session with them. Every commit that
optimizer made, including the candidate it had deliberately submitted after a
5.5h search, was unrecoverable. The verifier/ directory it left behind holds a
single empty file.
The fix is one docker cp before the kill, which yields candidates/repository.git
and lets scripts/rescore_candidate.py score the submitted candidate on the
held-out set afterwards.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 460dbcc commit ab8717b
1 file changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
165 | 186 | | |
166 | 187 | | |
167 | 188 | | |
| |||
0 commit comments