Skip to content

Commit b65db7f

Browse files
pietroalbinisteveklabnik
authored andcommitted
add links to github issues
1 parent 8d36f66 commit b65db7f

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

posts/inside-rust/2020-02-26-crates-io-incident-report.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,20 @@ the fix.
104104

105105
## Action items
106106

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

Comments
 (0)