mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-08-22 04:32:02 +00:00
feat: Mark servers as healthy when they successfully make an inbound request
This commit is contained in:
@@ -149,6 +149,9 @@ async fn verify<B: AsRef<[u8]> + Sync>(
|
||||
)));
|
||||
}
|
||||
|
||||
// Ping the server as healthy
|
||||
services.sending.mark_healthy(&output.origin);
|
||||
|
||||
Ok(output.origin)
|
||||
},
|
||||
| Err(err) =>
|
||||
|
||||
Reference in New Issue
Block a user