You've already forked AstralRinth
forked from didirus/AstralRinth
Socket cleanup (#682)
* testing changes * added success * removed success * Fix compile error --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com> Co-authored-by: Jai A <jaiagr+gpg@pm.me>
This commit is contained in:
@@ -345,7 +345,7 @@ async fn main() -> std::io::Result<()> {
|
||||
let client_ref = client_ref.clone();
|
||||
|
||||
async move {
|
||||
info!("Done running payouts");
|
||||
info!("Started running payouts");
|
||||
let result = process_payout(&pool_ref, &redis_ref, &client_ref).await;
|
||||
if let Err(e) = result {
|
||||
warn!("Payouts run failed: {:?}", e);
|
||||
|
||||
Reference in New Issue
Block a user