You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a user manually kills (CTRL+C) a pipeline the process in panoptes stays forever as running
Expected behavior
There are two solutions
The server periodically checks for workflows that are not updated (e.g. more than two days) and marks them as Cancellation or Error
The ideal solution would be that snakemake sends a signal before the CTRL+C takes place with the message Cancellation. I am not sure if this is possible though.
The text was updated successfully, but these errors were encountered:
fgypas
changed the title
When snakemake is manually cancelled the workflows remains as running
When snakemake is manually cancelled the workflows remain as running
Nov 9, 2020
fgypas
changed the title
When snakemake is manually cancelled the workflows remain as running
When snakemake is manually cancelled the workflow remains as running
Nov 9, 2020
How can we reproduce this? @fgypas
For the moment, I'm running the workflow and I kill it with CTRL+C as suggested but the UI turns the workflow's status into "error".
I think that @drekoumis added a fix for this at some point. @drekoumis Do you remember the commit/pull request?
This is not completely fixed though, because when you kill the snakemake process with kill (e.g. kill -9 <process-id>) then it gets stack as running on the panoptes side. @dafentoulis Can you try this?
I think that @drekoumis added a fix for this at some point. @drekoumis Do you remember the commit/pull request?
This is not completely fixed though, because when you kill the snakemake process with kill (e.g. kill -9 <process-id>) then it gets stack as running on the panoptes side. @dafentoulis Can you try this?
I managed to reproduce it this way. Thank you. Indeed, manually cancelling with CTRL+C is not a problem anymore.
Describe the bug
When a user manually kills (CTRL+C) a pipeline the process in panoptes stays forever as
running
Expected behavior
There are two solutions
Cancellation
orError
Cancellation
. I am not sure if this is possible though.The text was updated successfully, but these errors were encountered: