2021-07-23 07:29:51 UTC - Chiranjeevi A R Hegde: Hi all, I have a query regarding warm and cold mode for function containers. I'm using standalone openwhisk with functions running inside container. I created actions in python referring <https://github.com/apache/openwhisk/blob/master/docs/actions-python.md> When the action is invoked first time, the container starts in cold mode and then continues to run for some time (around 10 mins) without exiting. If any request comes within this time then request is served by the warm container. How can I make the container exit immediately after it serves each request i.e how can I make this container always start in cold mode for each and every request. Thanks. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1627025391004800 ----