2020-07-17 08:43:06 UTC - Jatin Bansal: Hi all , I need to implement auto scaling for invoker in openwhisk such that invoker pods get increased based on number of request. Can anyone suggest how I could implement this? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1594975386119300?thread_ts=1594975386.119300&cid=C3TPCAQG1 ---- 2020-07-17 15:50:38 UTC - dan mcweeney: Thanks to whoever did what to fix main’s build. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1595001038119600 ---- 2020-07-17 16:51:22 UTC - Rodric Rabbah: At nimbella we dynamically add and remove invoker nodes based on load vs free capacity. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1595004682119800?thread_ts=1594975386.119300&cid=C3TPCAQG1 ---- 2020-07-17 16:51:32 UTC - Rodric Rabbah: Are you deploying on kube? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1595004692120000?thread_ts=1594975386.119300&cid=C3TPCAQG1 ---- 2020-07-17 22:30:45 UTC - Cynthia Han: What causes actions to have a warm start rather than a cold start? I found the page about openwhisk actions and that a warm start is when the action is dispatched to an initialized container, but couldn't find info about why that container was chosen instead. Is it because the container hasn't reached its time limit and can be used again? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1595025045122500?thread_ts=1595025045.122500&cid=C3TPCAQG1 ----