2021-12-02 06:33:18 UTC - Chandra Sekar S: Is it possible to fire a trigger synchronously or at least get notified when all the action activations for a trigger have succeeded/failed, instead of polling the status of activations priodically? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1638426798145100?thread_ts=1638426798.145100&cid=C3TPCAQG1 ---- 2021-12-02 22:14:23 UTC - Ben Carver: When defining a custom runtime, we can specify stem-cells in the configuration. These have a `minCount` and `maxCount` parameter. Do these stem-cell configurations apply to each function using that runtime/kind individually?
For example, let's say I define a custom runtime `foo` and provide a single `stemCell` config with `minCount=2` and `maxCount=5`. Then, let's say I have three functions using this runtime, `foo1`, `foo2`, and `foo3`. Will each of `foo1`, `foo2`, and `foo3` have a minimum of two pre-warm containers? Or will there just be two `foo` containers pre-warmed for use by any action using the `foo` runtime/kind? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1638483263149700 ----