This message was deleted.
# typescript
s
This message was deleted.
1
l
We'd need a lot more context to help. Where are you seeing this? Runtime, during unit tests, during package build, somewhere else? What does the extra output from PULUMI_DEBUG_PROMISE_LEAKS say and why does it not help? How are you exiting your app/test/program, does the flow there explicitly skip the promise-resolution period? You could look for anywhere in a promise or apply that could throw a serious runtime error, or anywhere that just quits the app/test/program without waiting for normal finishing.
s
I am witnessing this error too. It is able to be replicated with the latest version of awsx. I create an
awsx.ec2.VPC
resource and then an
eks.Cluster
resource. For the
parent
option in
ResourceOptions
of the cluster, i set the created vpc. Pulumi doesn’t like this and i get the runtime detected promises error Edit: created an issue: https://github.com/pulumi/pulumi-awsx/issues/1209