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
Since #3426 uploads are stored in the new database.
Since #2858 uploads view uses the new database to retrieve the queued, in progress, succeeded, and failed uploads.
This one should be the last issue for the uploads. We need to migrate the pending uploads to the new database, and then enqueue them, so they can be uploaded with the workers. I think that Camera Uploads don't need to be enqueued again, The workers should be enqueued yet, but needs some research.
Also, we need to check that the migration to scoped storage enqueues the pending uploads.
TASKS
Research (if needed)
Create branch new_arch/migrate_pending_uploads
Development tasks
Implement a new function to generate an entity from a cursor
Since #3426 uploads are stored in the new database.
Since #2858 uploads view uses the new database to retrieve the queued, in progress, succeeded, and failed uploads.
This one should be the last issue for the uploads. We need to migrate the pending uploads to the new database, and then enqueue them, so they can be uploaded with the workers. I think that Camera Uploads don't need to be enqueued again, The workers should be enqueued yet, but needs some research.
Also, we need to check that the migration to scoped storage enqueues the pending uploads.
TASKS
UploadsStorageManager
and refactor it to eventually remove itUploadBehavior.fromLegacyLocalBehavior()
fromRetryUploadFrom***UseCase
sThe text was updated successfully, but these errors were encountered: