v.2.6.0

Improvements:

  1. [LUNA-8736] A new feature has been added for the user, the ability to declare the checkWarmup function, that keeps the healthcheck from returning 200 until it returns True. For more information, see Warmup check chapter. A startupProbe was added to the lambda deployment template, so that a long-running checkWarmup is no longer at risk of being killed by the livenessProbe before it finishes warming up. New configuration settings in section [LUNA_LAMBDA_INTERNAL_TIMEOUTS] (docs):

    • LAMBDA_WARMUP_TIMEOUT: Startup probe warmup timeout (in seconds),

Migration:

See a migration manual.