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
I think this will need to be converted to its own thread — our experiment yesterday shows that even on a beefy machine, this is a showstopper when it runs on the API threads!
My proposal is something like this:
Add an Export runner
Add progress the same way we currently handle it for the other runners
Chunk the downloads so that we can zip and send the first few slices while we process the rest
Throttle CPU usage so we can run other things in the meantime (i.e., downloading results isn't as high priority for our available cores as segmentation)
No description provided.
The text was updated successfully, but these errors were encountered: