sst / ion

SST v3
https://sst.dev
MIT License
1.95k stars 230 forks source link

After upgrade to 0.0.339 Pulumi leaks error #351

Closed urosbelov closed 5 months ago

urosbelov commented 5 months ago

Hello to all, couple of minutes ago I upgraded to 0.0.39 and can't start development enviroment:

ERROR:

The Pulumi runtime detected that 17 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 Leaving promises active is probably not what you want. If you are unsure about why you are seeing this message, re-run your program with the PULUMI_DEBUG_PROMISE_LEAKS environment variable. The Pulumi runtime will then print out additional debug information about the leaked promises. | Error

× Failed

jayair commented 5 months ago

Just saw this too, taking a look.

jayair commented 5 months ago

Reverted it here, still looking at it https://github.com/sst/ion/releases/tag/v0.0.340