Failed jobs are shown as completed when %%time
cell magic is used
#565
Labels
bug
Something isn't working
%%time
cell magic is used
#565
Description
When a job fails with an exception inside a
%%time
magic cell, jupyter-scheduler does not recognize that the job actually failed.For example, this job is shown as completed:
But the HTML/Notebook output clearly shows that an exception was raised:
How to reproduce
An exception is raised in a cell with
%%time
cell magic.Expected behavior
Jobs where an exception is raised should be shown as failed, even when magic commands are used.
Context
The text was updated successfully, but these errors were encountered: