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: drop custom inactivity timeouts for translations workers #271

Merged
merged 1 commit into from
Jan 27, 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
57 changes: 0 additions & 57 deletions worker-pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -556,9 +553,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -592,9 +586,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -629,9 +620,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -665,9 +653,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -702,9 +687,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
minCapacity: 0
maxCapacity: 1000
regions: [us-central1, us-west1]
Expand All @@ -729,9 +711,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
minCapacity: 0
maxCapacity: 16
regions: [us-central1, us-west1]
Expand All @@ -757,9 +736,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
minCapacity: 0
maxCapacity: 1000
regions: [us-central1, us-west1]
Expand All @@ -784,9 +760,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
minCapacity: 0
maxCapacity: 8
regions: [us-central1, us-west1]
Expand All @@ -812,9 +785,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
minCapacity: 0
maxCapacity: 1000
regions: [us-central1, us-west1]
Expand Down Expand Up @@ -1801,9 +1771,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -1835,9 +1802,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -1872,9 +1836,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -1910,9 +1871,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -1946,9 +1904,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -1982,9 +1937,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -2020,9 +1972,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -2058,9 +2007,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down Expand Up @@ -2101,9 +2047,6 @@ pools:
trusted: fxci-level3-gcp
default: fxci-level1-gcp
config:
lifecycle:
# low inactivity timeout because these workers are very expensive
queueInactivityTimeout: 1800
worker-config:
genericWorker:
config:
Expand Down
Loading