NAMD / pypln.web

Web interface for PyPLN
http://pypln.org/
GNU General Public License v3.0
12 stars 8 forks source link

PalavrasRaw pipeline branch should stop if Palavras doesn't run #110

Closed flavioamieiro closed 8 years ago

flavioamieiro commented 10 years ago

Our pipeline has an entire branch that depends on Palavras being installed and the text being in portuguese. When This branch runs, the first worker (PalavrasRaw) fails, and the result is every other worker failing afterwards. I think we should be able to stop this branch of the pipeline as soon as this first worker fails. I don't think this is implemented in pypelinin yet, but we should fix this.

@turicas do you know what the best approach would be here?