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.
onAutoRetry event should allow returning boolean to prevent further retries #2018
Open
Description
Type of issue
- Bug report
- Feature request
Uploader type
- Traditional
- S3
- Azure
Feature Request
onAutoRetry should allow returning true/false to allow/prevent further retriesFeature request details
Sometimes logic on the client side will need to make decisions about whether to continue trying to upload a failed/failing upload. Currently there is no way to make intelligent decisions about when to keep retrying and when to fail the upload. We have to either set uploads retry attempts to 10000 and try forever or set it to 10 and possibly fail an upload on a poor connection even if it would have completed with more attempts.
Metadata
Metadata
Assignees
Labels
No labels