You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many cases where delivery of a federated activity can fail, for example when the remote instance is temporarily offline. Lemmy has code to retry the delivery in this case, but we never tested if it actually works in practice, or if the parameters for exponential backoff are good.
Link to the code. For testing, it should help to add some extra logging in there, and try different values for retry and backoff.
There are many cases where delivery of a federated activity can fail, for example when the remote instance is temporarily offline. Lemmy has code to retry the delivery in this case, but we never tested if it actually works in practice, or if the parameters for exponential backoff are good.
Link to the code. For testing, it should help to add some extra logging in there, and try different values for retry and backoff.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: