Skip to content
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

fix: increase max run time for translations worker pools #244

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 34 additions & 34 deletions worker-pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
enableD2G: true
containerEngine: docker
Expand Down Expand Up @@ -427,8 +427,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
enableD2G: true
containerEngine: docker
Expand Down Expand Up @@ -459,8 +459,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
enableD2G: true
containerEngine: docker
Expand Down Expand Up @@ -492,8 +492,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
enableD2G: true
containerEngine: docker
Expand Down Expand Up @@ -552,8 +552,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
enableD2G: true
containerEngine: docker
Expand Down Expand Up @@ -584,8 +584,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
enableD2G: true
containerEngine: docker
Expand Down Expand Up @@ -617,8 +617,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
enableD2G: true
containerEngine: docker
Expand Down Expand Up @@ -649,8 +649,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
enableD2G: true
containerEngine: docker
Expand Down Expand Up @@ -1761,8 +1761,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
minCapacity: 0
maxCapacity: 200
Expand Down Expand Up @@ -1792,8 +1792,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
minCapacity: 0
# We use 4 GPUs per instance across 4 regions with a limit of 128
Expand Down Expand Up @@ -1826,8 +1826,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
minCapacity: 0
# We use 4 GPUs per instance across 4 regions with a limit of 128
Expand Down Expand Up @@ -1861,8 +1861,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
minCapacity: 0
maxCapacity: 50
Expand Down Expand Up @@ -1894,8 +1894,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
minCapacity: 0
maxCapacity: 50
Expand Down Expand Up @@ -1927,8 +1927,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
minCapacity: 0
# We use 4 GPUs per instance across 4 regions with a limit of 128
Expand Down Expand Up @@ -1962,8 +1962,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
minCapacity: 0
# We use 4 GPUs per instance across 4 regions with a limit of 128
Expand Down Expand Up @@ -1997,8 +1997,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
d2gConfig:
enableD2G: true
Expand Down Expand Up @@ -2037,8 +2037,8 @@ pools:
worker-config:
genericWorker:
config:
# 2592000s is 30 days.
maxTaskRunTime: 2592000
# 2592900s is 30 days plus 900 seconds to account for https://github.com/taskcluster/taskcluster/issues/7423
maxTaskRunTime: 2592900
enableInteractive: true
d2gConfig:
enableD2G: true
Expand Down
Loading