We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4744c12 commit 54b6ab4Copy full SHA for 54b6ab4
.pre-commit-config.yaml
@@ -43,5 +43,6 @@ repos:
43
stages: [commit-msg]
44
exclude: |
45
(?x)^(
46
+ src/taskgraph/run-task/robustcheckout.py |
47
taskcluster/scripts/external_tools
48
)
src/taskgraph/run-task/robustcheckout.py
@@ -453,7 +453,7 @@ def handlenetworkfailure():
453
454
455
# Do a backoff on retries to mitigate the thundering herd
456
- # problem. This is an exponential backoff with a multiplier
+ # problem. This is an exponential backoff with a multipler
457
# plus random jitter thrown in for good measure.
458
# With the default settings, backoffs will be:
459
# 1) 2.5 - 6.5
0 commit comments