-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Offline Posting] Do not automatically retry upload after 3 failures #12369
Comments
@malinajirka Are we still going with a maximum of 10 failures? |
Hmm I know we discussed going with 3 retries and changing the copy based on the retry count, right? I can't find that conversation and I don't remember what we decided 😞. |
Found it :) - we'll soon have only 3 retries on android. More info wordpress-mobile/WordPress-Android#10370 |
@malinajirka Thanks, I tried looking for it yesterday. 😄 |
Messages to be shown in the Post List are described in wordpress-mobile/WordPress-Android#10370 (comment). |
📣 Part of #12240. Please use the
issue/12240-master-branch
as the target branch.In Android, wordpress-mobile/WordPress-Android#10059, we ran into an issue where a post can be automatically uploaded indefinitely. There can be many reasons for this but one of the reasons can be that the user doesn't have permission to upload to the site.
We should also add this for iOS to preemptively avoid this scenario.
See UploadActionUseCase for how it is implemented on Android.
Known Tasks
The text was updated successfully, but these errors were encountered: