You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
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.