This repository was archived by the owner on Jul 12, 2023. It is now read-only.
Open
Conversation
added 2 commits
August 16, 2022 17:51
Codecov Report
@@ Coverage Diff @@
## master #1005 +/- ##
============================================
+ Coverage 92.39% 92.49% +0.10%
- Complexity 2131 2134 +3
============================================
Files 199 201 +2
Lines 8253 8315 +62
Branches 501 501
============================================
+ Hits 7625 7691 +66
+ Misses 514 508 -6
- Partials 114 116 +2 |
Contributor
|
Good stuff! Should we do some additional checks? Like:
|
RRap0so
reviewed
Aug 16, 2022
Contributor
RRap0so
left a comment
There was a problem hiding this comment.
A couple of additional questions that I have:
- Do we always need to specify a resource.
- Are we handling backwards compatibility just fine? (Since we used the styx-scheduler part to trigger this)
Might need someone more versed in Styx. Good stuff!
| private void resourceCreate() throws ExecutionException, InterruptedException { | ||
| final String id = namespace.getString(parser.resourceCreateId.getDest()); | ||
| final int concurrency = namespace.getInt(parser.resourceCreateConcurrency.getDest()); | ||
| final String requestsMemory = namespace.getString(parser.resourceCreateRequestsMemory.getDest()); |
Contributor
There was a problem hiding this comment.
This could be a Double and we default to G to reduce error proneness
Author
Absolutely! upper limit and checks in general was in my TODO list but forgot in the end. Thanks for bringing it up! |
added 6 commits
September 12, 2022 10:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey, I just made a Pull Request!
Description
Motivation and Context
Have you tested this? If so, how?
Checklist for PR author(s)
Checklist for PR reviewer(s)