ReactionMechanismGenerator / ARC

ARC - Automatic Rate Calculator
https://reactionmechanismgenerator.github.io/ARC/index.html
MIT License
43 stars 21 forks source link

Don't execute jobs on a server if the maximum job limit has been reached #744

Closed alongd closed 3 months ago

alongd commented 3 months ago

Limit the overall number of simultaneous jobs on a server if the user defined max_simultaneous_jobs in the servers dict in settings. This feature was not tested yet.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 17.64706% with 14 lines in your changes missing coverage. Please review.

Project coverage is 73.78%. Comparing base (30e8601) to head (8cafa91).

Files Patch % Lines
arc/scheduler.py 12.50% 14 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #744 +/- ## ========================================== - Coverage 73.80% 73.78% -0.02% ========================================== Files 99 99 Lines 27352 27364 +12 Branches 5718 5723 +5 ========================================== + Hits 20187 20191 +4 - Misses 5738 5747 +9 + Partials 1427 1426 -1 ``` | [Flag](https://app.codecov.io/gh/ReactionMechanismGenerator/ARC/pull/744/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReactionMechanismGenerator) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ReactionMechanismGenerator/ARC/pull/744/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReactionMechanismGenerator) | `73.78% <17.64%> (-0.02%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReactionMechanismGenerator#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.