We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a29c08 commit b50bac0Copy full SHA for b50bac0
eden/mononoke/cmds/copy_blobstore_keys/src/main.rs
@@ -141,9 +141,6 @@ async fn async_main(app: MononokeApp) -> Result<()> {
141
142
// Background session class tells multiplexed blobstore to wait
143
// for all blobstores to finish.
144
- // TODO(stash): T89677672 at the moment Background session class writes to
145
- // blobstore sync queue if blobstore has failed. This might not be what we
146
- // want here.
147
let mut ctx = CoreContext::new_with_logger(app.fb, app.logger().clone());
148
ctx.session_mut()
149
.override_session_class(SessionClass::Background);
0 commit comments