Hey, we have recently upgrade Pulumi (v 3.178.0) ...
# general
b
Hey, we have recently upgrade Pulumi (v 3.178.0) and are now experiencing issues with the policy packs, at least that is what i think i narrowed it down to. Running any preview or up with the policy packs flag will result in an output like this:
Copy code
Diagnostics:
  pulumi:pulumi:Stack (parquet-debug-dev):
    ^C

    Terminate batch job (Y/N)?
The termination signal makes me more than uncomfortable,... 😄 running the deployments without the policy-pack flag does not result in this issue. Anyone else encountering this issue and or having workaround?
e
This was raised internally the other day. We think this is a benign warning due to the use of .bat files used to start up policy packs plus a new change to the engine where we send termination signals to plugins (policy packs are just another type of plugin) before shutdown. We're looking at if there's a quick way to replace the use of .bat files here, but we don't think this is anything to actually worry about.
b
Alright, thanks for sharing!