Skip to content

support continuation / resume of runs #141

@leondz

Description

@leondz

It should be possible to continue an incomplete run, given the partial report.jsonl.

This may involve:

  • reading & loading the config from the report.jsonl
  • working out which attempts are complete and which need to be processed still (based on attempt status)
  • re-creating the complete and, maybe? incomplete attempts
  • setting up a run using the remaining, non-executed probes
  • writing a new report.jsonl including what's known so far
  • running those not-yet-executed probes

The interface might look like:

  • --continue switch: take json from report, process attempts, continue from where we stopped. requires robust config storage

Metadata

Metadata

Assignees

No one assigned

    Labels

    architectureArchitectural upgradesdontautocloseThe `stale` workflow should not mark thisreportingReporting, analysis, and other per-run result functions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions