Abra doesn't report deployment status #209
Labels
No Label
abra
abra-gandi
awaiting-feedback
backups
bug
build
ci/cd
community organising
contributing
coopcloud.tech
democracy
design
documentation
duplicate
enhancement
finance
funding
good first issue
help wanted
installer
kadabra
performance
proposal
question
recipes.coopcloud.tech
security
test
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/organising#209
Loading…
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.