Open turicas opened 12 years ago
Related to #38.
Maybe the Router
should maintain some information about finished pipelines in memory (and/or in a persistent storage), like:
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 notifications@github.comwrote:
Related to #38 https://github.com/NAMD/pypelinin/issues/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/NAMD/pypelinin/issues/18#issuecomment-14263887 .
Att,
Andre Oliveira.
Currently when a job fails, neither
Router
, norPipeliner
or client knows about it.Broker
should send the message toRouter
, which will propagate the message.