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 <[email protected]> wrote: > 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 <[email protected]> > wrote: > > > > 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" > > }, > > { > > "key": "kind", > > "value": "sequence" > > }, > > { > > "key": "limits", > > "value": { > > *"logs": 10,* > > * "memory": 256,* > > * "timeout": 60000* > > } > > } >
