Re: SPI PRs: LoadBalancer, ActivationExecutor, ContainerFactory

2017-09-06 Thread Tyson Norris
Hi Jim - Can you take a look at the most recent updates to this PR to see if they meet your needs for enabling Kube? https://github.com/apache/incubator-openwhisk/pull/2659 Thanks Tyson On Aug 23, 2017, at 4:36 PM, Tyson Norris mailto:tnor...@adobe.com.INVALID>> wrote: Thanks Jim This makes

Re: Warm containers

2017-09-06 Thread Tyson Norris
Hi Mandeep - I think that “long running” is relative in context of OpenWhisk, meaning a container will remain running (or paused, but NOT removed) if there is at least 1 activation routed to it within a 10 minute timeout. This is different than a web server, for example, where the container wou

Re: Defaults for sequence vs actions

2017-09-06 Thread Carlos Santana
you can configure an action with a different limit value for memory or timeout from the default one stated by the system configuration. The default values are for all actions created when memory or timeout are not specified. On Wed, Sep 6, 2017 at 8:13 AM Rodric Rabbah wrote: > Limits on a sequ

Re: Defaults for sequence vs actions

2017-09-06 Thread Rodric Rabbah
Limits on a sequence have no affect. https://github.com/apache/incubator-openwhisk/issues/2396 FYI. -r > On Sep 6, 2017, at 7:27 AM, mandeep gandhi wrote: > > From what I understood the default limits to for an action and a sequence > is the same? > > Can I configure any particular action o

Defaults for sequence vs actions

2017-09-06 Thread mandeep gandhi
>From what I understood the default limits to for an action and a sequence is the same? Can I configure any particular action or sequence to have different limits other than system configuration? *response_from_sequence* { "key": "path", "value": "guest/SOME_SEQ" },