Closed redanrd closed 1 year ago
What's changed?
Add cpu limit field when creating/updating a container.
Why do we need this?
Allow users to enter a cpu limit in their serverless configuration file.
How have you tested it?
It is sufficient to uncomment cpu and/or memory in ./examples/container/serverless.yml with chosen valid values as in the README instructions.
./examples/container/serverless.yml
cd ./examples/container serverless deploy
Summary
What's changed?
Add cpu limit field when creating/updating a container.
Why do we need this?
Allow users to enter a cpu limit in their serverless configuration file.
How have you tested it?
It is sufficient to uncomment cpu and/or memory in
./examples/container/serverless.yml
with chosen valid values as in the README instructions.Checklist