Skip to content

Commit

Permalink
chore: enable backup sync for all campus (#581)
Browse files Browse the repository at this point in the history
**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
  • Loading branch information
42atomys authored Feb 20, 2024
1 parent 2343d81 commit 6e6bdba
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions deploy/stacks/apps/s42/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 6e6bdba

Please sign in to comment.