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* > } > }
