We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the recipe runner iterates over each dataset, going through all steps (download, ingest, convert, export) before advancing to the next step.
It would be better to run these (or at least the download step) in parallel, to reduce being bottlenecked by slow downloads (CAMS...).
The different tasks require no communication, so they are perfectly parallel.
The text was updated successfully, but these errors were encountered:
We can explore if this can be implemented in RS-DAT.
Sorry, something went wrong.
No branches or pull requests
Currently the recipe runner iterates over each dataset, going through all steps (download, ingest, convert, export) before advancing to the next step.
It would be better to run these (or at least the download step) in parallel, to reduce being bottlenecked by slow downloads (CAMS...).
The different tasks require no communication, so they are perfectly parallel.
The text was updated successfully, but these errors were encountered: