Open Cryptophobia opened 6 years ago
From @bacongobbler on September 15, 2016 21:25
Like as in a git push
or a deis pull
? Would it be easier to handle an interrupted HTTP connection instead?
From @helgi on September 15, 2016 21:34
Either - It's to unclog things when Deployment
is "in progress" but is not failing (no image pull problems, etc) and you realise you want to cancel it without having to potentially wait for the full timeout.
Handling an interrupted HTTP connection is a double edge sword since those can keep going just fine thanks to Deployment.
From @helgi on September 15, 2016 21:19
Ability to cancel a deployment (
deis deploy:cancel
), but the question is will it create:This will require a CLI change as well
Copied from original issue: deis/controller#1071