From 6e6bdba263453f69a4148361624972f7865ff4ac Mon Sep 17 00:00:00 2001 From: Atomys Date: Tue, 20 Feb 2024 02:09:30 +0100 Subject: [PATCH] chore: enable backup sync for all campus (#581) **Describe the pull request** This pull request enable the backup sync strategy for all activated campus (as a workaround of intra instability) **Checklist** - [x] I have made the modifications or added tests related to my PR - [x] I have run the tests and linters locally and they pass - [x] I have added/updated the documentation for my RP --- deploy/stacks/apps/s42/locals.tf | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/deploy/stacks/apps/s42/locals.tf b/deploy/stacks/apps/s42/locals.tf index 7e4bf517..3bfb076c 100644 --- a/deploy/stacks/apps/s42/locals.tf +++ b/deploy/stacks/apps/s42/locals.tf @@ -29,13 +29,18 @@ locals { // interconnection between the Intra API and S42. This is a workaround for // the following bug campusToRefreshEachHourManually = { - helsinki = 13 - lausanne = 47 - malaga = 37 - mulhouse = 48 - paris = 1 - seoul = 29 - tokyo = 26 - vienna = 53 + paris = 1 + angouleme = 31 + helsinki = 13 + lausanne = 47 + madrid = 22 + malaga = 37 + mulhouse = 48 + sao-paulo = 20 + seoul = 29 + tokyo = 26 + urduliz = 40 + vienna = 53 + wolfsburg = 44 } }