-
Notifications
You must be signed in to change notification settings - Fork 64
Quota release when AppWrapper is completed #372
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
Conversation
Thanks, I think we should release the quota when AW does not have Running or RunningHoldCompletion |
I've been thinking about this, and I believe the only time the quota should be released is when the AppWrapper is |
Are we not talking about the same thing? |
After testing this change for all the AppWrapper conditions (meaning testing quota after triggering any of these conditions):
I can see quota is being release correctly for all these cases once this code change is added. This ready for review. |
Thanks, why should the quota be released for |
I didn't mean it was released for that status. Just that I tested all those cases. I can see how that is confusing. I'll update the text to clarify which is which. |
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.
This is looking good!
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.
We discussed in the call, as per my understanding the quota is not released
when AW is in status Running
and RunningHoldCompletion
No description provided.