Running multiple export actions in parallel

I am using the API the execute multiple export actions and download the resulting output. I notice that if I start the first export with the call to

/workspaces/{workspaceId}/models/{modelId}/exports/{exportId}/tasks

Then the request will return in under a second as the export starts. However, if I call the endpoint again for my second export the request won't return for roughly the amount of time it takes for the original export to be completed. My impression is thus that a single user cannot be running multiple simultaneous exports. Is this accurate, and if so is there any workaround?

Answers

  • Exporting data is a locking action for the model as the data must remain static while the export file is being created - I'm not aware of a workaround to have parallel processing.