capi-release icon indicating copy to clipboard operation
capi-release copied to clipboard

Don't wait forever in cc-worker

Open sethboyles opened this issue 1 year ago • 1 comments

Thanks for submitting an issue to capi-release. We are always trying to improve! To help us, please fill out the following template.

Issue

cc-worker can block bosh from cancelling a deployment, since the post start waits forever:

https://github.com/cloudfoundry/capi-release/blob/5f061c8330efecfd61588cc3186248c5c2a3aff0/jobs/cloud_controller_worker/templates/post-start.sh.erb#L16

Steps to Reproduce

not sure

Expected result

the deployment fails, the task is cancelled, and the lock is deleted

Current result

the deployment fails, the task hangs when cancelled, and the lock is not deleted

Possible Fix

introduce some kind of timeout in the post-start script

name of issue screenshot

[if relevant, include a screenshot]

sethboyles avatar Aug 01 '22 22:08 sethboyles