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
Over at https://github.com/leap-stc/cmip6-leap-feedstock I am picking up the pace and am currently running through several hundreds of datasets a day.
I find that the main limitation for scaling this at the moment is -runner submitting jobs in serial.
-runner
I am running submission from here and see a submitted job about every ~30 seconds:
Is there any way to increase the submission speed here? Could we submit batches of jobs at the same time?
The text was updated successfully, but these errors were encountered:
We will probably have to implement a threadpool here to make concurrent submission work:
pangeo-forge-runner/pangeo_forge_runner/commands/bake.py
Line 223 in 35e7732
Sorry, something went wrong.
And then maybe pass an option to limit concurrency? That would be ideal to not fail out due to quota issues.
@jbusecke correct! I think concurrency should just be 1 by default, as that's the most common use case.
No branches or pull requests
Over at https://github.com/leap-stc/cmip6-leap-feedstock I am picking up the pace and am currently running through several hundreds of datasets a day.
I find that the main limitation for scaling this at the moment is
-runner
submitting jobs in serial.I am running submission from here and see a submitted job about every ~30 seconds:
Is there any way to increase the submission speed here? Could we submit batches of jobs at the same time?
The text was updated successfully, but these errors were encountered: