~tsileo/microblog.pub#151: 
Timeline lags after server down

Hello,

My server was down for about 3 days, and when it spun back up, it looks like my timeline is lagged by those 3 days. It consistently catches up to the lagged backlog, so I suspect this is some offset calculation somewhere.

Thanks!

MattC

Status
REPORTED
Submitter
Mathew, Cherry G.*
Assigned to
No-one
Submitted
1 year, 2 months ago
Updated
1 year, 22 days ago
Labels
No labels applied.

Isaac Schemm 1 year, 28 days ago · edit

See if there are "incoming activities ready to process" messages in the file incoming_worker.log.

In my case, the issue was that I'd followed a couple of Lemmy communities, then unfollowed them, and the unfollow request didn't federate to the Lemmy instances properly (probably this: https://github.com/LemmyNet/lemmy/issues/2106). So I was getting a long backlog of boosts and such from pretty active threads. I ended up blocking the communities themselves - I don't think that'll have an impact on my ability to reply to a post or comment, since those show up as posts from the OPs themselves and are just boosted by the community.

Mathew, Cherry G.* 1 year, 22 days ago · edit

~Isaac Schemm outgoing@sr.ht writes:

> See if there are "incoming activities ready to process" messages
> in the file incoming_worker.log.

Yep! That was it - 70k+ entries, and I now see why my VM (which is tiny) was thrashing the disk.

I've dropped all the entries in the incoming_activities table (don't really care so much for lost inbound) and crossed my fingers.

Have a backup, in case that broke things :-)

-- MattC

Register here or Log in to comment, or comment via email.