Adam Barclay

Results 21 comments of Adam Barclay

Hi @cosullivan Thanks for getting back so quick. If I must read into memory fully, and that is the same as v7, that would be OK but I believe from...

@cosullivan Sorry for the delay getting back to you. I did some further testing and, you are right, increasing the FileStream buffer does, of course, improve performance. It does not...

By custom timeouts do you mean https://github.com/pulumi/pulumi/issues/2655?. If the DNS has not been propagated the creation of the custom hostname would fail immediately and therefore fail the deployment I may...

I've continued to hit this so curious to know if anything has changed in terms of options here? It's DNS again but this time when creating a custom domain for...

Hi @dixler The below program should reproduce this issue: ````typescript import * as k8s from '@pulumi/kubernetes'; import { LocalWorkspace } from '@pulumi/pulumi/automation'; async function go() { const stack = await...

Hi @dixler wanted to check if you have enough information from me to successfully reproduce?

No worries. The updated version of Pulumi has indeed fixed this issue and I now get the correct events from the automation API without the hard crash.

@dixler I've just hit a similar issue, not sure if it's quite the same as before, but the symptom of a hard crash is. I'm unable to reproduce this quickly...

If I run the same script multiple times then resources that failed in a previous iteration _can_ start to be created in subsequent runs, but never all of them in...

Sure, I've cut down on some of the noise in the below. Hopefully it gives an idea of what the code looks like. I've continued to try to track down...