I still see things from 7 days ago at the top when I sort by “active” while other posts have much more activity and are newer. “hot” is the same thing with most posts from 5 days ago.
On https://lemmy.ml/ and https://lemmy.world/ it seems like sorting by “active” is working, there are posts from around 3h ago that have 100 upvotes so that I would consider “active”.
It’s a bug. It’s known about. It’s in the process of being fixed.
The servers throw an error and stop re-sorting active and hot, so when you browse there it’s showing you the top results from days ago.
The instances with working sorting are doing so because they are actively restarting their servers to update their sorting.
Might be this bug https://github.com/LemmyNet/lemmy/issues/3076
I think bug-wise that only affects
hot
. But if I understand whatactive
does, it’s posts with lots of recent comments. So ifhot
is broken and leaving the same posts up, probably those posts are gonna affectactive
as well… so even ifactive
isn’t bugged, it ends up being very slow to change because people sorting by hot keep seeing and commenting on the same posts.I would assume if the scheduled task thread is dead it won’t run any of the scheduled tasks to update hot, active or anything else that needs to happen on a schedule.
I believe hot is the only ranking that runs as a scheduled task, as it is uniquely expensive to compute. I believe others are updated in real-time. It’s possible I’m mistaken, but I’ve been watching a few GitHub issues and this is the impression I got from dev discussion there.
I’ve found Top Day works best for “active”
Oh that actually works well, thanks for the pro tip, didn’t think about trying this.
I’ve said this elsewhere, but I’ve been sorting by new and going to the second page to avoid post bursting. Just refresh every once in a while for new posts to look at. Lemmy v0.18 should be out soon and will hopefully fix these bugs