v.2.6.0 ======= Improvements: ------------- #) [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 <../development.html#warmup-check>`_. 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 <../config.html#additional-notes>`_): - ``LAMBDA_WARMUP_TIMEOUT``: Startup probe warmup timeout (in seconds), Migration: ---------- See a `migration <../migration.html>`_ manual.