wide-crayon-4093
02/10/2021, 3:01 PMbitter-application-91815
02/10/2021, 4:08 PMbitter-application-91815
02/10/2021, 4:08 PMfast-oyster-42706
02/10/2021, 4:13 PMicy-jordan-58549
02/10/2021, 4:18 PMThe Pulumi runtime detected that 50 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.
tall-shoe-66375
02/10/2021, 6:40 PMfast-oyster-42706
02/10/2021, 9:37 PMambitious-appointment-66307
02/10/2021, 10:18 PMerror: failed to discover plugin requirements: exit status 1
ambitious-father-68746
02/11/2021, 3:18 AMpulumi up
with no changes to the stack (containing ~1200 resources) would take ~30 minutes to run? pulumi pre
only takes 1 minute and a half. The logs show that Pulumi is never stuck and there's a whole bunch of registering resource
, preparing resource for RPC
and other messages on the logs that feel like Pulumi is doing stuff to all resources of the stack, which makes no sense. I'm using Python and mostly AWS. The final output of pului up
shows:
Resources:
1176 unchanged
Duration: 28m1s
rich-breakfast-87724
02/11/2021, 4:10 AMblue-orange-84367
02/11/2021, 6:28 AMvictorious-sugar-42620
02/11/2021, 11:53 AMawsx.ecs.Cluster.getDefault({ id: '...', urn: '...'});
But I get the error UNKNOWN: missing required URNnarrow-battery-9106
02/11/2021, 12:23 PMpulumi stack graph
. Now what kind of tools I can use to visualize this file?rich-breakfast-87724
02/11/2021, 1:41 PMincalculable-dream-27508
02/11/2021, 3:59 PMbrief-spoon-92183
02/11/2021, 6:12 PMdelete
operation and NOT wait for it to finish? Because it can take hours for ES Domain to get deleted, and that's not acceptable, especially not in CI environment.
Any ideas greatly appreciated, thanks!big-state-95297
02/11/2021, 7:46 PMpulumi stack ls
, giving the impression that one S3 bucket only supports one project. If it is so, how can we do stack-references across projects? Also, we can't create stacks with the org/program/stack
scheme that a fully-qualified stack name requires as per the documentation for stack references. This works fine when I use the Pulumi cloud backend. The larger question is whether org-project-stack data model and stack references are fully supported in non-Pulumi-cloud backends.rich-breakfast-87724
02/11/2021, 8:21 PMrich-breakfast-87724
02/11/2021, 8:22 PMerror: Preview failed: refusing to delete protected resource 'urn:pulumi:dev::my-cloud-infrastructure::aws:iam/instanceProfile:InstanceProfile::EC2CodeDeploy'
cool-telephone-9886
02/11/2021, 11:05 PMchilly-night-36370
02/12/2021, 6:33 AMindex.ts
into separate files. Let's say I have a postgres.ts
and cluster.ts
. How would I go about telling pulumi to include those files? I've tried defining them in tsconfig.json
without luck. I've got it working by exporting something from postgres.ts
and then importing and exporting it again in index.ts
. But this approach is more hassle than it's worth. Is there a correct way of doing this?narrow-battery-9106
02/12/2021, 9:04 AMpolite-shoe-79877
02/12/2021, 9:14 AMfull-mouse-82324
02/12/2021, 1:35 PMtall-needle-56640
02/12/2021, 5:18 PMbillowy-laptop-45963
02/12/2021, 6:17 PMwhite-potato-89993
02/12/2021, 11:16 PMwet-noon-14291
02/12/2021, 11:55 PMrich-breakfast-87724
02/13/2021, 1:44 AMrich-breakfast-87724
02/13/2021, 1:45 AM