Closed simonw closed 1 year ago
Notes on ability to run twice without fetching everything here:
For the first shipped version I'm going to always fetch every predictions
paginated page, but then individual predictions will only be fetched if they're not in the DB yet or are incomplete.
Incomplete means completed_at
is null and the status
is something other than failed
.
Refs:
11
TODO: