-
Notifications
You must be signed in to change notification settings - Fork 5
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
Added better request error handling #26
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small suggestion and a question 😄
conf/modules.config
Outdated
@@ -28,6 +28,8 @@ process { | |||
mode: params.publish_dir_mode, | |||
saveAs: { filename -> filename.equals('versions.yml') ? null : filename } | |||
] | |||
errorStrategy = 'retry' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't we catch which error numbers to retry?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know, can we? I have to check in the docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Co-authored-by: Jose Espinosa-Carrasco <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome job!
Thanks
Closes #22
PR checklist
nf-core lint
). Except some template files cause old branchnextflow run . -profile test,docker --outdir <OUTDIR>
). It doesn't but I'll still try CI.