-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Batch executor does not always respect error strategy #5350
Comments
How did the task fail? What does this mean?
|
I've also had this issue happen with the slurm executor. Error strategy works with the latest stable release so long as a closure isn't used. |
It looks like certain errors cannot be retried or ignored: nextflow/modules/nextflow/src/main/groovy/nextflow/processor/TaskProcessor.groovy Lines 1064 to 1066 in 324de3d
nextflow/modules/nextflow/src/main/groovy/nextflow/processor/TaskProcessor.groovy Lines 1099 to 1116 in 324de3d
Need to figure out which case is being reached here |
An error executing a process will bring everything to a halt (on version 24.04.4):
|
Bug report
Expected behavior and actual behavior
Error strategy should be respected, but when a process fails due to running out of walltime, the whole pipeline is terminated.
Steps to reproduce the problem
Program output
Environment
The text was updated successfully, but these errors were encountered: