@@ -104,12 +104,20 @@ the fix.
104
104
105
105
## Action items
106
106
107
- - Add simple logging when we start the index publishing process
108
- - Add a periodic job that checks the index and the database for consistency,
109
- paging the on-call person if there are any mismatches. The job will need to
110
- account for the crates not yet published on the index but in the queue
111
- - Include the crate name in the HTTP log entry for the publish API call
112
- - Add in-depth logging for swirl background jobs, with information such as the
113
- job name or the parameters
114
- - Investigate whether we want to implement a self-healing feature to
115
- automatically synchronize the index in cases of mismatch
107
+ - [ #2226 ] : Add simple logging when we start the index publishing process.
108
+ - [ #2227 ] : Add a periodic job that checks the index and the database for
109
+ consistency, paging the on-call person if there are any mismatches. The job
110
+ will need to account for the crates not yet published on the index but in the
111
+ queue.
112
+ - [ #2228 ] : Include the crate name in the HTTP log entry for the publish API
113
+ call.
114
+ - [ #2229 ] : Add in-depth logging for swirl background jobs, with information
115
+ such as the job name or the parameters.
116
+ - [ #2230 ] : Investigate whether we want to implement a self-healing feature to
117
+ automatically synchronize the index in cases of mismatch.
118
+
119
+ [ #2226 ] : https://github.com/rust-lang/crates.io/issues/2226
120
+ [ #2227 ] : https://github.com/rust-lang/crates.io/issues/2227
121
+ [ #2228 ] : https://github.com/rust-lang/crates.io/issues/2228
122
+ [ #2229 ] : https://github.com/rust-lang/crates.io/issues/2229
123
+ [ #2230 ] : https://github.com/rust-lang/crates.io/issues/2230
0 commit comments