```The Pulumi runtime detected that 148 promises w...
# automation-api
m
Copy code
The Pulumi runtime detected that 148 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