mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-04 14:00:38 +00:00
Test
This commit is contained in:
@@ -428,6 +428,12 @@ async fn main() -> anyhow::Result<()> {
|
||||
}
|
||||
}
|
||||
|
||||
maintenance_tasks.spawn(async {
|
||||
loop {
|
||||
info!("I am writing really a lot of logs here!!!!!");
|
||||
}
|
||||
});
|
||||
|
||||
let maintenance = loop {
|
||||
// get one complete task
|
||||
match futures::future::select(
|
||||
|
||||
Reference in New Issue
Block a user