Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't eagerly parse runtime options #1617

Open
lunaris opened this issue Feb 3, 2025 · 0 comments
Open

Don't eagerly parse runtime options #1617

lunaris opened this issue Feb 3, 2025 · 0 comments
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@lunaris
Copy link
Contributor

lunaris commented Feb 3, 2025

Parsing runtime options eagerly is likely at risk of triggering an issue like pulumi/pulumi-dotnet#443, but for Java. Even if it isn't, we should push the parsing of options "in" so that it's done when needed, as opposed to at boot-up (which is deprecated behaviour anyway since in the future the engine won't even send the runtime options at startup). We likely need something similar to pulumi/pulumi-dotnet#451 (.Net) or pulumi/pulumi-yaml#709 (YAML)

@lunaris lunaris added the kind/bug Some behavior is incorrect or out of spec label Feb 3, 2025
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Feb 3, 2025
@lunaris lunaris removed the needs-triage Needs attention from the triage team label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

2 participants