Skip to content
Snippets Groups Projects
Commit 02d4766e authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Alow 1 retry of getData and trimData

parent bee831ea
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8840 passed with stages
in 2 minutes and 36 seconds
......@@ -15,12 +15,16 @@ process {
}
withName:getData {
queue = 'super'
errorStrategy = 'retry'
maxRetries = 1
}
withName:parseMetadata {
executor = 'local'
}
withName:trimData {
queue = 'super'
errorStrategy = 'retry'
maxRetries = 1
}
withName:getRefInfer {
queue = 'super'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment