NAMD / pypelinin

Python library to distribute jobs and pipelines among a cluster
3 stars 5 forks source link

Client should be notified if a pipeline fails #18

Open turicas opened 11 years ago

turicas commented 11 years ago

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 commented 11 years ago

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

andrebco commented 11 years ago

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.