2019-08-14 09:58:27 UTC - Dharmesh Singhal: does any one know how twitter treats a redirecting url of a private server https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565776707020700 ---- 2019-08-14 09:58:45 UTC - Dharmesh Singhal: any help will be appritiated https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565776725021000 ---- 2019-08-14 11:44:55 UTC - Christophe Jelger: Hello. I have a question related to the `concurrency` parameter for actions. If I have a sequence, what `concurrency` does it use? The one I set on the sequence itself, + the ones from each action in the sequence? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565783095022100 ---- 2019-08-14 11:46:47 UTC - Rodric Rabbah: attach it to individual actions https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565783207023200 ---- 2019-08-14 11:50:32 UTC - Christophe Jelger: Does it matter if we set a `concurrency` on the sequence itself? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565783432023500 ---- 2019-08-14 11:52:00 UTC - Rodric Rabbah: i dont believe so - i think there’s a gap in how annotations and limits apply from a sequence to its components https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565783520024400 ---- 2019-08-14 11:53:35 UTC - Christophe Jelger: ok but the sequence itself gets an activation id, so is there some concurrency applied to the sequence itself? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565783615025200 ---- 2019-08-14 11:54:43 UTC - Rodric Rabbah: no - the concurrency annotation today is only meaningful on nodejs actions https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565783683025800 ---- 2019-08-14 11:55:06 UTC - Rodric Rabbah: that is it has no effect on any other actions, include sequences. @Tyson Norris confirm? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565783706026200?thread_ts=1565783706.026200&cid=C3TPCAQG1 ---- 2019-08-14 15:09:13 UTC - Tyson Norris: Yes correct afaik (individual runtimes would have to explicitly enable this to work, and I don’t know of any other than nodejs that have this implemented) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565795353026500?thread_ts=1565783706.026200&cid=C3TPCAQG1 ----