[Bug]: Federation worker stuck - activities not processed beyond ID 37575
Author: TealkCreated Aug 25, 2026Updated Sep 1, 2026
Labelsbugarea: federation
Requirements
- Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support or the matrix chat.
- Did you check to see if this issue already exists?
- Is this only a single bug? Do not put multiple bugs in one issue.
- Do you agree to follow the rules in our Code of Conduct?
- Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
Summary
Federation is broken in both directions:
- Outbound: Posts/comments created don't reach other instances
- Inbound: Comments from other instances don't arrive on subscribed communities
Federation worker appears stuck, with all 3709 federated instances blocked at the same last_successful_id.
Steps to Reproduce
- Create a new post on the instance
- Check on other instances (lemmy.ml, etc) - post doesn't appear
- Wait for comments from other instances on subscribed communities
- Observe that comments never arrive, but new posts occasionally do
Technical Details
- Last
sent_activityID: 37608 (hasn't increased for hours despite ongoing activity) federation_queue_stateshows all 3709 instances stuck atlast_successful_id = 37575- Inbox endpoint receives POST requests but comments aren't processed/stored
- Federate worker logs show only DB query operations, no actual activity sending
- Problem started suddenly ~9 days ago (2026-08-16)
- Both inbound AND outbound stopped simultaneously - suggests centralized bottleneck
- Persists with both single container and horizontal scaling setup
Version
0.19.20
Lemmy Instance URL
rollenspiel.forum
Source: LemmyNet/lemmy