Abra doesn't report deployment status #209

Closed
opened 2021-10-20 15:40:33 +00:00 by decentral1se · 5 comments
Owner

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

  • version: anything so far
## 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 <!-- run "abra version" on the command-line --> - version: anything so far
decentral1se added the
bug
abra
labels 2021-10-20 15:40:34 +00:00
decentral1se added this to the Beta release (software) project 2021-10-20 15:40:34 +00:00
decentral1se self-assigned this 2021-11-09 10:29:08 +00:00
Author
Owner
Refs: - https://github.com/docker/cli/issues/373 - https://github.com/docker/cli/blob/c3e5445659bab623af24958b74cb0ba2b0b3828f/cli/command/service/progress/progress.go - https://github.com/docker/cli/blob/c3e5445659bab623af24958b74cb0ba2b0b3828f/cli/command/service/helpers.go#L18 - https://github.com/docker/cli/blob/c3e5445659bab623af24958b74cb0ba2b0b3828f/cli/command/service/update.go
Author
Owner

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.

With https://git.coopcloud.tech/coop-cloud/abra/commit/b67ad02f87d9aefffbbf192a4d69235c8920f9f6 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.
decentral1se removed their assignment 2021-11-10 08:38:01 +00:00
Author
Owner

Raised #246.

Raised https://git.coopcloud.tech/coop-cloud/organising/issues/246.
Author
Owner
  • timeout on failed deploy
  • show the error of the failed service deployment abra app errors <app>
- [x] timeout on failed deploy - [x] ~~show the error of the failed service deployment~~ `abra app errors <app>`
Author
Owner

Think this coverge logic has reached a Beta ™️ level of reliability.

Think this coverge logic has reached a Beta ™️ level of reliability.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#209
No description provided.