ok, just for kicks, i tried doing the initializati...
# python
h
ok, just for kicks, i tried doing the initialization of a
ComponentResource
in a coroutine wrapped in a
Task
and pulumi just hung
w
Would you mind opening an issue on this (with the details from this and the other related investigations you’ve done). We will have someone take a look.
h
huh, a minimum case didn't reproduce the issue, so it might have been something in my wrapper stuff (discussed in #contribute)
This is getting weird. My initial implementation caused pulumi to hang. The minimum implementation works perfectly. My current implementation lets pulumi complete, but the initialization task has some weird blocking errors so it never initializes
oh, it's currently stopping at the first
await
and never finishes
.... eh?
🤦‍♀️ Exceptions in tasks get silently discarded