Parallelize data loading tasks #4707
Replies: 1 comment
-
Hi Anjali, it is not possible to run the pipeline simultaneously for multiple projects. Due to the underlying way data is snapshotted and updated, concurrent runs would only result in one project loading successfully while the other would not end up in the final data tables |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using the recently released hail backend to load data. I currently have a pipeline already running for samples in Project A and I'd like to simultaneously run another pipeline for loading data for Project B. However, I get the below error message:
Is there a way to parallelize data loading tasks?
Thanks,
Anjali
Beta Was this translation helpful? Give feedback.
All reactions