Commit 17eb8a9
fix(backfill): unpack classify_papers tuple return value
_run_incremental_backfill was assigning the (relevant, failed_ids) tuple
directly to `relevant`, causing AttributeError in create_review_issues.
Also added proper retry/give-up handling for backfill LLM failures.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 0bc8240 commit 17eb8a9
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
263 | 269 | | |
264 | 270 | | |
265 | 271 | | |
| |||
0 commit comments