ipython / ipython/ipyparallel

Safely cancelling jobs

Aberta
#258 1 comentário 0 reações 0 responsáveis Ver no GitHub
enhancement
Linguagem predominante
Jupyter Notebook
Estrelas
2.6k
Forks
1k
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Hi,

Is there a way to safely cancelling jobs without needing to know if they have started, running or finished? I do multiple simulations in parallel, and many of them are finished around the same time. Some of the results become redundant after processing the others, but calling e.g. `async_res.abort()` on the redundant ones quite often freezes the execution (probably the assertion of the job not being finished passes but in the meanwhile the result arrives). So currently I can't abort them because of the chance of freezing the execution.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.