Replace "wait for deploy" logic with upstream --detach=false #607
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When you run
docker stack deploy ...
with the latest Docker CLI, you see:And we can see they've implememented this
detach=...
finally:So, we can finally remove my totally scotch-taped implementation with something that actually works 🎉
Testing a spike on this in
e88968a3b7
for the integration tests. The new integration test server is sold af but it revealed that the quick deploy/undeploy runs lead into endless "network not found errors" because the cleanup logic was not there. Now that upstream finally has this, I've incorporated it in. Tests ongoing... looking more solid tho!This has had a huge impact on stabilising
abra app undeploy
(i.e. waiting for network deletion) 🎉 Forabra app deploy
I'm seeing some improvement altho I'm unsure it has had as big an impact asundeploy
.