0.4.14
Added
- Added
healthCheck
to define a health check for containers - Added
scalingOption
to allow scaling on concurrent requests, cpu usage or memory usage
Fixed
- Updating an existing function or container
sandbox
option was not working
Changed
- Following the introduction of
scalingOption
, themaxConcurrency
parameter is now deprecated. It will continue to work but we invite you to usescalingOption
of typeconcurrentRequests
instead.