videosphere
    Preparing search index...

    Interface RunDistributionInBackgroundOptions

    Defines the shape of run distribution in background options.

    interface RunDistributionInBackgroundOptions {
        subsetRetry?: boolean;
    }
    Index

    Properties

    Properties

    subsetRetry?: boolean

    Set for subset retries (e.g. POST .../jobs/[id]/retry): only platformUploads are re-run, but job completion and R2 deletion must reflect all platforms on the job (latest row per platform). Otherwise a successful partial retry could mark the job completed and delete R2 while another platform is still failed.