Python: When there are errors from TS, the deployment appears to hang
See original GitHub issueWhen running pulumi up on a project that uses python-eks and there’s an error from TS, the deployment just appears to hang. Pressing CTRL+C then cancels the update and shows the errors.
We need to fix this so that when there are any errors from TS, they immediately fail the update and display the error.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
when i am trying to deploy my django project on heroku server ...
I'd say create a runtime.txt file in the root folder, and in the file, change the python version because it's the problem of...
Read more >Troubleshooting App Deployment Errors - Dash Python
This troubleshooting guide describes errors that you may encounter when deploying apps to Dash Enterprise as well as steps to resolve them.
Read more >Resolve "Unable to import module" errors from Python ...
To resolve this error, create a deployment package or Lambda layer that includes the libraries that you want to use in your Python...
Read more >Deploying a Django App to AWS Elastic Beanstalk - Real Python
The following is a soup to nuts walkthrough of how to set up and deploy a Django application to Amazon Web Services (AWS)...
Read more >Troubleshooting GitLab Runner
This probably occurs because when the runner is removed, the role bindings are removed. The runner pod continues until the job completes, and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

To add a bit more details, I’m wondering if we can address this in https://github.com/pulumi/pulumi/blob/master/sdk/nodejs/provider/server.ts by making a similar change as mentioned in https://github.com/pulumi/pulumi/issues/6153#issuecomment-767943455.
Sounds good to me! Thanks!