ipython / ipython/ipyparallel

Cluster API: Improve feedback when things go wrong

Ouverte
#497 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Jupyter Notebook
Étoiles
2.6k
Forks
1k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

The Cluster API traps stdout/stderr of controller and engines because it's meant to be used interactively. But that's where information about why connection failures occurred is going to be, and it's frustrating to need to start a whole new cluster with `log_level=logging.DEBUG` to get a run with output you can see.

It would be good to be able to get this info after a process died that you *didn't* expect to. The answer to this is probably to pipe process output to a *file* and keep track of that file and provide an API to retrieve it.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.