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
Currently the upload to object storage works on a single thread. Could significantly reduce upload time by making the upload process async.
See example for how to do that here:
download_granules.py which uses the multiprocess module. Similar approach could be used for syncing to object storage.
The text was updated successfully, but these errors were encountered:
Currently the upload to object storage works on a single thread. Could significantly reduce upload time by making the upload process async.
See example for how to do that here:
download_granules.py which uses the multiprocess module. Similar approach could be used for syncing to object storage.
The text was updated successfully, but these errors were encountered: