Abra doesn't report deployment status #209
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?
Describe the current behavior
abra app deploy ...
doesn't really tell you if something went well or not.Steps to reproduce
Deploy anything 🙏
Describe the expected behavior
If things fail, they are picked up. Rollbacks, broken entrypoints, failure after some X seconds, etc.
Additional information
Refs:
c3e5445659/cli/command/service/progress/progress.go
c3e5445659/cli/command/service/helpers.go (L18)
c3e5445659/cli/command/service/update.go
With
b67ad02f87
we now have a hook into the service convergence checking logic in the upstream client code 🥳 This is officially Better Than Nothing ™️ (what we had before and what the docker client itself has), let's see how it goes! Will be testing, maybe we can improve on it, will leave this ticket open.Raised coop-cloud/organising#246.
show the error of the failed service deploymentabra app errors <app>
Think this coverge logic has reached a Beta ™️ level of reliability.