wordpress-mobile / wordpress-mobile/WordPress-Android

[Media] Auto retry on failed uploads

Open
#5,166 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

[Type] Enhancement Media Posting/Editing
Dominant language
Kotlin
Stars
3.2k
Forks
1.4k
Avg merge
1d 11h
Merged PRs (30d)
69

Description

Let's double check our process and retry a failed upload when a recoverable error occurs.
Not sure if we can do this in FluxC layer, instead at app layer.

Note: This should take in account the type of errors, if for example you are in offline mode it's not worth to retry. If the error is not recoverable is not worth to retry.

Question: Should we check the type of network available (WIFI or 4G) and try to re-upload silently on WiFi only?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by locating the existing failed-upload handling and clarifying whether retry belongs in the FluxC layer or the app layer, including which errors and network conditions are recoverable; done means an agreed retry policy and implementation scope.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
mobile-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.