-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat(config): set maximum limit for number of workers #712
Conversation
284cf8b
to
cdba3b1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #712 +/- ##
==========================================
- Coverage 60.08% 60.06% -0.02%
==========================================
Files 32 32
Lines 3550 3556 +6
==========================================
+ Hits 2133 2136 +3
- Misses 1417 1420 +3
|
cdba3b1
to
9830523
Compare
9830523
to
4347c90
Compare
4347c90
to
857624a
Compare
reana_server/validation.py
Outdated
|
||
if number_of_workers > REANA_DASK_CLUSTER_MAX_NUMBER_OF_WORKERS: | ||
raise REANAValidationError( | ||
f'The "number_of_workers" provided in the dask resources exceeds the limit ({REANA_DASK_CLUSTER_MAX_NUMBER_OF_WORKERS}).' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cosmetics: "The number of requested Dask workers (123) exceeds the maximum limit (20)."
857624a
to
d36b59b
Compare
No description provided.