2021-04-06 02:11:55 UTC - Perry Dykes: Hello serverless fans... Question about state, in my case I use IBM Cloud Functions/openwhisk. I implemented our serverless function actions in NodeJS 8, then moved to 10 without issue. However, as we moved to Node 12, it seems the model of resetting the remote cloudant based config seems to cause other "agent insances". Sequences: • Serverless in region starts, based on node 12 • Detects global serverless function (global state variable) is not set • Calls a remote db and initializes the values • Runs just fine, until encode expiration time, each iteration checks the timeout, and if past, begins a configuration reload • Other instances working dont block and when the first one runs to reset, the others hit NPEs on common config Maybe this "wasn't really working", but it did not fail. However, with Node 12, not solid approach. If someone has a good example/best practice of this, appreciate. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1617675115102700 ---- 2021-04-06 04:49:53 UTC - Perry Dykes: The goal is to load the remote config from db, and reuse db connection over and over again across invocations to avoid the costly restart process. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1617684593106200?thread_ts=1617684593.106200&cid=C3TPCAQG1 ---- 2021-04-06 14:28:18 UTC - Umakant Kulkarni: Why throughput (Requests served per second) is less for web actions compared to non-web actions? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1617719298107800 ----