Skip to content

Commit

Permalink
Update google.config
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpu authored Jun 9, 2021
1 parent 2976d51 commit 91f2e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/google.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ process {
errorStrategy = { sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' }

withName: DeepSignal {
errorStrategy = { task.attempt == process.maxRetries ? 'ignore' : task.exitStatus in [8, 10, 14] ? sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' : 'ignore' }
errorStrategy = { sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' }
}

withName: Tombo {
Expand Down

0 comments on commit 91f2e77

Please sign in to comment.