-
Notifications
You must be signed in to change notification settings - Fork 13
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
deis limits:unset web=64M
doesn't unset the limit
#30
Comments
From @slack on May 14, 2016 23:36 If the value is found, it should unset that value, if the value doesn't match it should throw a bad request. |
From @Joshua-Anderson on May 14, 2016 23:49 At the moment there is no validation on the process given, so the cli is trying to unset limits on the process Just to clarify, you would expect:
to return an error like |
From @slack on May 15, 2016 0:48 I would expect If If |
From @bacongobbler on May 19, 2016 17:56 given that we have a workaround, is this something we can get back to after 2.0? |
From @vdice on May 24, 2016 1:34 ping @slack as to if this issue needs to be resolved in |
From @slack on May 14, 2016 23:25
Looks like
deis limits:unset web
does, bit of a surprise behavior.Copied from original issue: deis/workflow-cli#62
The text was updated successfully, but these errors were encountered: