minor comment update for FIXME about 503

This commit is contained in:
Joonas Koivunen
2024-07-19 10:11:19 +00:00
parent f4d773bb89
commit ce2552ba67

View File

@@ -1161,7 +1161,7 @@ pub(super) async fn complete(
let reparented_all = reparenting_candidates == reparented.len();
if reparented_all {
// FIXME: we must return 503 kind of response in the end; do the restart anyways because
// FIXME: we must return 503 kind of response in the end and do the restart anyways because
// otherwise the runtime state remains diverged
tracing::info!(
reparented = reparented.len(),