Skip to content

Store results immediately#16

Closed
usrlocalben wants to merge 1 commit into
MoonshotAI:mainfrom
usrlocalben:keep-partial-results
Closed

Store results immediately#16
usrlocalben wants to merge 1 commit into
MoonshotAI:mainfrom
usrlocalben:keep-partial-results

Conversation

@usrlocalben

Copy link
Copy Markdown

computing e.g. 2000 results could be expensive. write results to file as they complete so they are not lost in the face of errors.

the existing --incremental arg can be used to continue.

duplicates in the result jsonl (e.g. success-after-failure) are OK since the incremental loader algorithm already selects the latest/last result per hash.

Closes #15

computing e.g. 2000 results could be expensive. write results to file as
they complete so they are not lost in the face of errors.

the existing --incremental arg can be used to continue.

duplicates in the result jsonl (e.g. success-after-failure) are OK since
the incremental loader algorithm will take the latest/last result per
hash.
@sjf126

sjf126 commented Nov 19, 2025

Copy link
Copy Markdown
Contributor

Thank you,we fixed!

@sjf126 sjf126 closed this Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Partial results are silently lost in the face of errors or termination

2 participants