Just wondering if anyone else got this error, whic...
# general
a
Just wondering if anyone else got this error, which only happens when I run pulumi up (refresh and preview are successful) from a CI/CD pipeline: Error: failed to register new resource …… [awscloudfront/distributionDistribution]: Resource monitor is terminating The actual resource is not always the same, or the same type. Running the same commands from my local, but the same code branch, is successful.
e
That suggests that the "pulumi" process died somehow, before the nodejs process. Are you sure your not hitting memory limits and getting oom killed?
a
thank you, Fraser