GoogleCloudPlatform / GoogleCloudPlatform/google-cloud-eclipse
Cannot cancel deploy
- Dominant language
- Java
- Stars
- 90
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
My deploy was stuck with `Updating service [default]...` for more than 10 minutes. I tried to cancel it, but the deploy job doesn't honor it:


Even with #373 and #630, there still seems to be an issue.
At least, I could exit Eclipse unlike #630. (I think this is because we no longer hold a workspace lock after #630). However, it gives the following message, evidencing that the job is not canceled at the time of Eclipse shutdown.
```
!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: com.google.cloud.tools.eclipse.appengine.deploy.standard.StandardDeployJob
Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown
```
Contributor guide
Assessment
This issue has not been assessed yet.