Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Paperspace/gradient-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: Paperspace/gradient-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 18, 2022

  1. chore(datasets): improve logging and retry logic for MPUs (#387)

    This adds some basic retry logic for multipart upload parts so we don't
    choke immediately if a single part fails for any reason. It also adds
    some decidedly jank logging to update the end user on the progress of
    large uploads. Unfortunately this can create some really noisy console
    logs, but the way we have Halo implemented makes it just annoying enough
    to do a cleaner job of things as to not be worthwhile. The important
    thing is that users should now get relevant, timely information as to
    how large uploads are progressing, or an informative error message if
    the upload fails to complete for any reason.
    cwetherill-ps authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    b289316 View commit details
    Browse the repository at this point in the history
Loading