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

Set maximum number of processes per task #265

Closed
ClaraBuettner opened this issue May 28, 2021 · 0 comments · Fixed by #269
Closed

Set maximum number of processes per task #265

ClaraBuettner opened this issue May 28, 2021 · 0 comments · Fixed by #269
Assignees

Comments

@ClaraBuettner
Copy link
Contributor

Currently tasks can run in parallel (via the --jobs variable) but some tasks also include multiprocessing. So the actual number of used cores by egon-data is sometimes higher than the selected --jobs.

This should be avoided by setting the processes per task to one or adding another parameter (like e.g. max_process_per_task).

@ClaraBuettner ClaraBuettner self-assigned this May 28, 2021
ClaraBuettner added a commit that referenced this issue Sep 9, 2021
…continuous-integration/run-everything-over-the-weekend
ClaraBuettner added a commit that referenced this issue Oct 27, 2021
… into continuous-integration/run-everything-over-the-weekend
ClaraBuettner added a commit that referenced this issue Dec 2, 2021
…rallel-processes-again

Features/#265 limit number of parallel processes again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant