Skip to content
New issue

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

pyaerocom/aeroval output should use aerovaldb-locking for all output #1270

Closed
heikoklein opened this issue Jul 18, 2024 · 0 comments · Fixed by #1273
Closed

pyaerocom/aeroval output should use aerovaldb-locking for all output #1270

heikoklein opened this issue Jul 18, 2024 · 0 comments · Fixed by #1273
Assignees
Labels
enhancement ✨ New feature or request
Milestone

Comments

@heikoklein
Copy link
Member

Is your feature request related to a problem? Please describe.
To make parallelization of pyaeroval-runs possible, the output of the different runs should not conflict with each other. AerovalDb has now locking implemented and pyaeroval should therefore use this locking feature in a fine-grained manner, e.g. log for as short as possible (but not so often that writes are much delayed).

Describe the solution you would like to see

  • pyaeroval can be run for different models/variables in parallel, but to the same data directory
  • the different model-runs don't interfere with each others.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants