2019-06-18 14:03:06 UTC - Bruno Girin: Hi all, one of my composition returns "Too many actions in the composition." for one of the code paths that requires it to do something a bit complex. It doesn't need to do everything synchronously and I'm quite happy to defer some of the work. In that context, would `async` work to resolve the problem? Or is there a better way to simplify such a composition? https://openwhisk-team.slack.com/archives/C7DJNS37W/p1560866586003800 ---- 2019-06-18 19:20:25 UTC - Olivier Tardieu: yes async is the best solution if you don’t need the result https://openwhisk-team.slack.com/archives/C7DJNS37W/p1560885625004500 ----