Compare commits

...
Author SHA1 Message Date
François-X. T. f63b1e70f2 chore(labrinth): add extra logging on muralpay failed txn 2026-07-24 17:52:34 -04:00
@@ -284,6 +284,11 @@ pub(super) async fn execute(
if let Err(caught_err) = result {
payout.status = PayoutStatus::Failed;
error!(
payout_request_id = %payout_request.id,
"Failed to execute Mural payout request; cancelling unexecuted request: {caught_err:#}"
);
// if execution fails, make sure to immediately cancel the payout request
// we don't want floating payout requests
if let Err(err) =