Skip to content

Commit

Permalink
add issue reference to TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcolombo committed Apr 12, 2023
1 parent 315bc91 commit 46e7d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/instance.rs
Expand Up @@ -345,7 +345,7 @@ impl super::Nexus {
opctx: &OpContext,
instance_lookup: &lookup::Instance<'_>,
) -> UpdateResult<db::model::Instance> {
// TODO-correctness: This needs to be a saga for crash resiliency
// TODO(#2824): This needs to be a saga for crash resiliency
// purposes (otherwise the instance can be leaked if Nexus crashes
// between registration and instance start).
let (.., authz_instance, mut db_instance) =
Expand Down

0 comments on commit 46e7d37

Please sign in to comment.