dazzling-salesclerk-51689
05/24/2021, 7:53 PMautomation_api
on node.js
to create resources on AWS and K8s.
We have two classes that performs the text-book Pulumi flow. Each one independently is working fine.
The weird issue pops when we're running them one after the other. Doesn't matter which one is the first, the second one is always failing with a grpc
related error:
Exception has occurred: Error: 14 UNAVAILABLE: No connection established
at Object.callErrorFromStatus (.../node_modules/@grpc/grpc-js/src/call.ts:81:24)
Some more metadata:
• There are two different stacks for each one.
• There is no paralleling, one is done and only then the other starts
• We're using an inline function
• Pulumi version: 3.3.0
Any ideas what could go wrong?
Thanks!bored-oyster-3147
05/24/2021, 8:00 PMproud-pizza-80589
05/25/2021, 7:26 AMdazzling-salesclerk-51689
05/25/2021, 10:01 AM