Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show task events in the UI #262

Open
Gerrrr opened this issue Aug 1, 2017 · 0 comments
Open

Show task events in the UI #262

Gerrrr opened this issue Aug 1, 2017 · 0 comments
Milestone

Comments

@Gerrrr
Copy link
Collaborator

Gerrrr commented Aug 1, 2017

Right now if the allocation failed before starting (e.g. docker driver could not pull the image) users have no way to find out what actually happened.

Two suggestions on how to show it:

  1. Just have a place in the UI to put all the task events from the API.
  2. Get only the events that indicate a failure (e.g. FailsTask = true or ExitCode = 1) and show them through the error notifications, like it is done when we start an instance.

IMO the 2nd way is better because users normally are not interested in those events as long as everything runs fine.

Looks like it is even possible to categorize the task errors since the task event has SetupError, DriverError, etc fields.

@FRosner FRosner modified the milestone: 0.7.0 Aug 14, 2017
@FRosner FRosner modified the milestones: 0.7.0, 0.8.0 Oct 12, 2017
@FRosner FRosner modified the milestones: 0.8.0, 0.9.0 Mar 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants