https://pulumi.com logo
i

icy-controller-6092

06/16/2023, 1:34 AM
Tried to run my first deployment on a remote fly.io server, but I was using the default image with only 256mb of ram, so it ran out of memory and crashed 😅 scaled up to 1gb and that seemed to have done the trick, but may need to now put some kind of queue in place
image.png
l

lemon-agent-27707

06/16/2023, 3:03 PM
Very cool! What are you building? Some sort of API to provision infrastructure?
i

icy-controller-6092

06/18/2023, 1:10 AM
Hey Evan, I've created a query language for the web and you can use it to extract data in html/json apis/etc or record ping, http status codes, ssl handshakes, etc Now I'm working on a data platform where you can operationalize the queries inside of projects. Each project compiles into a small-ish stack of ~20 cloud resources, including dynamic provider resources which were fun to write 🙂
l

lemon-agent-27707

06/18/2023, 7:14 AM
Very cool. You may want to check out deployments. Can be useful to programmatically run updates in an API-driven setting https://www.pulumi.com/docs/pulumi-cloud/deployments/
28 Views