2020-01-25 05:04:58 UTC - drholmie: Hey all! Quick question, is there a way to 
override the action containers 5 minute hard limit?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579928698020800?thread_ts=1579928698.020800&cid=C3TPCAQG1
----
2020-01-25 05:14:17 UTC - Rodric Rabbah: The max duration is configurable from 
the deployment config  
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579929257022500?thread_ts=1579928698.020800&cid=C3TPCAQG1
----
2020-01-25 05:16:46 UTC - drholmie: Ah thanks! Also wanted to know if openwhisk 
is working on any form of rudimentary stateful processing? And if not what the 
reason is?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579929406022700?thread_ts=1579928698.020800&cid=C3TPCAQG1
----
2020-01-25 05:18:49 UTC - drholmie: Considering for my project I may have to 
make some parts stateful and wanted to know what to avoid doing.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579929529022900?thread_ts=1579928698.020800&cid=C3TPCAQG1
----
2020-01-25 06:41:42 UTC - Dominic Kim: Hi.
As of now, OpenWhisk only supports stateless invocation.
You can temporarily store some data in the container filesystem, but the 
container can be removed at any time if there is not enough resource in the 
invoker.
So that is not a reliable way for states.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579934502023100?thread_ts=1579766401.001500&cid=C3TPCAQG1
----
2020-01-25 06:56:49 UTC - drholmie: Ah I see. Thanks for clarifying this! I'll 
try to look more into this then. Hope it's alright to ask more doubts 
:sweat_smile:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579935409023300?thread_ts=1579766401.001500&cid=C3TPCAQG1
----
2020-01-25 16:46:48 UTC - Rodric Rabbah: what kind of state are you thinking 
about?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579970808023500?thread_ts=1579928698.020800&cid=C3TPCAQG1
----
2020-01-25 16:47:46 UTC - Rodric Rabbah: as in, persistent connections, data 
that is persisted, data that is shared between functions, …
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579970866023700?thread_ts=1579928698.020800&cid=C3TPCAQG1
----

Reply via email to