Skip to content

Commit

Permalink
Merge branch 'master' into uw_hyak_pedslabs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse authored Jul 6, 2023
2 parents 8f13a6c + 8105c09 commit df40b83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conf/sanger.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ params {
// Queue and retry strategy
process{
executor = 'lsf'
queue = { task.time < 20.m ? 'small' : task.time < 12.h ? 'normal' : task.time < 48.h ? 'long' : task.time < 166.h ? 'week' : task.time < 1488.h ? 'basement' : 'basement' }
errorStrategy = 'retry'
maxRetries = 5
queue = { task.time < 20.m ? 'small' : task.time < 12.h ? 'normal' : task.time < 48.h ? 'long' : task.time < 168.h ? 'week' : 'basement' }
}

// Executor details
Expand Down

0 comments on commit df40b83

Please sign in to comment.