WIP
This commit is contained in:
parent
930be6706f
commit
363e3cae4b
2 changed files with 23 additions and 3 deletions
|
@ -351,6 +351,12 @@ impl Server {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
app_state
|
||||
.db
|
||||
.delete_stale_servers(epoch, &app_state.config.zed_environment)
|
||||
.await
|
||||
.trace_err();
|
||||
}
|
||||
.instrument(span),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue