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

Client should be notified if a pipeline fails #18

Open
turicas opened this issue Oct 17, 2012 · 2 comments
Open

Client should be notified if a pipeline fails #18

turicas opened this issue Oct 17, 2012 · 2 comments

Comments

@turicas
Copy link
Contributor

turicas commented Oct 17, 2012

Currently when a job fails, neither Router, nor Pipeliner or client knows about it.
Broker should send the message to Router, which will propagate the message.

@turicas
Copy link
Contributor Author

turicas commented Feb 28, 2013

Related to #38.
Maybe the Router should maintain some information about finished pipelines in memory (and/or in a persistent storage), like:

  • Pipeline id
  • Started time
  • End time
  • State (ok, error etc.)

@andrebco
Copy link
Contributor

Not now. The last tests I made we got 20% of fails. It means 2 millions
warning or emails...Maybe we should think better what to do when it fails..

On Thu, Feb 28, 2013 at 8:16 PM, Álvaro Justen [email protected]:

Related to #38 #38.
Maybe the Router should maintain some information about finished
pipelines in memory (and/or in a persistent storage), like:

  • Pipeline id
  • Started time
  • End time
  • State (ok, error etc.)


Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-14263887
.

Att,

Andre Oliveira.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants