2021-12-24 05:29:51 UTC - Chandra Sekar S: Is it possible create a sequence with actions from two different namespaces? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1640323791202400?thread_ts=1640323791.202400&cid=C3TPCAQG1 ---- 2021-12-24 08:38:18 UTC - Jesse Stutler: I wanted to reconfigure the invoker’s userMemory so I tried to use `$ANSIBLE_CMD invoker.yml -e mode=clean` in the ansible directory to redeploy the invoker and clean a invoker node( there were two invokers node, I wanted to use only one invoker node). But after redeploying by `$ANSIBLE_CMD invoker.yml` and trying to `wsk action invoke` there was an error: ```error: Unable to invoke action 'model-training': The server is currently unavailable (because it is overloaded or down for maintenance). (code dccdc3e9ba361b2b277b947864a131f3) Run 'wsk --help' for usage.``` How to solve this? By the way, is there any way to directly change the invoker’s userMemory(Hot change)? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1640335098209100?thread_ts=1640335098.209100&cid=C3TPCAQG1 ----
