Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

UPLOAD_RETRYING status triggered too late before auto-retry #1670

@rnicholus

Description

@rnicholus

The qq.status.UPLOAD_RETRYING status is triggered immediately before the file upload begins again as part of the retry attempt. This means that the status flashes from "retrying" to "uploading" almost instantly. And during the retry.autoAttemptDelay period, the status is still listed as UPLOADING. Instead, the status should be switched to UPLOAD_RETRYING before the retry.autoAttemptDelay timer begins. Once this is fixed, those using the API will know that a retry is imminent immediately after each failure.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions