You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the backup is running, the system doesn't stop it on its own. It requests a backoff from time to time, we give it a high backoff, but it still continues as if nothing happened:
A low hanging fruit would be to ourselves not request backup for those remaining 100-app chunks. Then whatever apps are missing would still get backed up and use bandwidth.
Another approach could be to return TRANSPORT_PACKAGE_REJECTED for all apps while we are on a metered network. Need to see how the system reacts to that. May need faking a successful @pm@ backup, if this trips up the system.
While the backup is running, the system doesn't stop it on its own. It requests a backoff from time to time, we give it a high backoff, but it still continues as if nothing happened:
The text was updated successfully, but these errors were encountered: