Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

batches: improve failure behaviour when uploading changeset and batch specs #30431

Open
sourcegraph/src-cli
#705
@LawnGnome

Description

@LawnGnome

One problem that we've now seen from multiple users is that uploading changeset and batch specs after batch change execution is fragile — since there are n+1 uploads, any load issue on the Sourcegraph instance or network blip beyond what a single HTTP request can handle is problematic.

We should either implement some basic retry/backoff logic in src, or provide an omnibus (streaming?) upload endpoint. Or both.

Metadata

Metadata

Assignees

No one assigned

    Labels

    batch-changesIssues related to Batch Changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions