This repository was archived by the owner on Jul 30, 2024. It is now read-only.
Commit 352b32d
authored
Update configuration (#528)
Update the revalidation job's configurations:
1. `MaxPackageCreationDate` - This is the package upload cutoff after which packages will not be revalidated. The plan is to deploy repository signing this morning, so the value is now set to 8/8/2018 4:59PM PST. I won't merge this change until after we've verified the repository signing deployment.
2. `MaxPackageEventRate` - The revalidation job enqueues revalidations to try to reach this maximum package event rate. I lowered this setting to 200 package events per hour. This means that if there were 100 package pushes in the last hour, the revalidation job will enqueue revalidations at 100 revalidations per hour. PROD's package event rate has spanned from 0-300 per hour this week, so 200 package events per hour should be a safe starting point. This does mean that there will be periods where the revalidation job will sit idly due to its quota being met. This is fine, we will raise the `MaxPackageEventRate` over time as we build confidence in this job.1 parent 4bd4bba commit 352b32d
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments