@backblaze-labs/b2-sdk - v0.2.0
    Preparing search index...

    Class RetryTransport

    Transport wrapper that adds automatic retry with exponential backoff. Handles transient errors (408, 429, and the transient 5xx set 500/502/503/504), expired auth tokens, and network failures. Delegates to an inner HttpTransport.

    Upload endpoints (b2_upload_file / b2_upload_part) are URL-pinned. Their retryable pod failures bubble to the upload layer, which evicts the failed URL, fetches a fresh one, and retries there. HTTP 429 remains an in-place retry so account-level throttling does not trigger extra upload URL fetches.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods