better-shampoo-48884
03/27/2021, 6:00 PMError: The Pulumi runtime detected that 904 promises were still active
at the time that the process exited. There are a few ways that this can occur:
* Not using `await` or `.then` on a Promise returned from a Pulumi API
* Introducing a cyclic dependency between two Pulumi Resources
* A bug in the Pulumi Runtime
This works fine a) with pulumi cli, b) automation locally with tsc
, c) automation locally with ts-node
. Yet not in azure pipelines with either tsc
or ts-node
. And yes - if there was an alternative I could use I would.billowy-army-68599
03/27/2021, 7:08 PMbetter-shampoo-48884
03/27/2021, 8:27 PM