Commit 705ac02
feat: Serve 10% of tag-page-rendering PROD traffic with ECS (#16746)
* refactor: Make target weighting configurable
This is a no-op change.
Co-authored-by: connoromalleyatwork <connoromalleyatwork@users.noreply.github.com>
* feat: Route 100% of traffic for tag-page-rendering CODE to ECS
We have performed a number of load tests against CODE and are happy with it's performance compared to EC2.
Co-authored-by: connoromalleyatwork <connoromalleyatwork@users.noreply.github.com>
* feat: Serve 10% of tag-page-rendering PROD traffic with ECS
After load testing, we're confident that ECS can serve production traffic.
10% equates to 70-100 requests/minute.
Co-authored-by: connoromalleyatwork <connoromalleyatwork@users.noreply.github.com>
---------
Co-authored-by: connoromalleyatwork <connoromalleyatwork@users.noreply.github.com>1 parent 06b619a commit 705ac02
3 files changed
Lines changed: 21 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| |||
178 | 184 | | |
179 | 185 | | |
180 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
181 | 193 | | |
182 | 194 | | |
183 | 195 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2966 | 2966 | | |
2967 | 2967 | | |
2968 | 2968 | | |
2969 | | - | |
| 2969 | + | |
2970 | 2970 | | |
2971 | 2971 | | |
2972 | 2972 | | |
2973 | 2973 | | |
2974 | 2974 | | |
2975 | | - | |
| 2975 | + | |
2976 | 2976 | | |
2977 | 2977 | | |
2978 | 2978 | | |
| |||
5459 | 5459 | | |
5460 | 5460 | | |
5461 | 5461 | | |
5462 | | - | |
| 5462 | + | |
5463 | 5463 | | |
5464 | 5464 | | |
5465 | 5465 | | |
5466 | 5466 | | |
5467 | 5467 | | |
5468 | | - | |
| 5468 | + | |
5469 | 5469 | | |
5470 | 5470 | | |
5471 | 5471 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
303 | 307 | | |
304 | 308 | | |
305 | 309 | | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
| 310 | + | |
312 | 311 | | |
313 | 312 | | |
314 | 313 | | |
| |||
0 commit comments