parent
3d9d54cf09
commit
cfcde0dcc4
1 changed files with 6 additions and 7 deletions
|
@ -217,13 +217,12 @@ async fn send(
|
||||||
text,
|
text,
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => Err(anyhow!(
|
||||||
debug!(
|
"Queueing activity {} to {} for retry after connection failure: {}",
|
||||||
"Unable to connect to {}, aborting task {}: {}",
|
task.activity_id,
|
||||||
task.inbox, task.activity_id, e
|
task.inbox,
|
||||||
);
|
e
|
||||||
Ok(())
|
)),
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue