-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Federated instances list marking dead instances #683
Comments
The simplest option for this would be to use the |
Kind of a dupe of LemmyNet/lemmy#2221 . Just as important as removing them from the front end, is the backend not retrying to send requests to them after them being dead for potentially years. |
I will reopen this and move it to lemmy-ui, as thats a better place for it. The other issue is explicitly about some check in the backend. |
Both issues are about dead instances. IMO the back-end should identify dead instances in order to not send things to them, and not display them, so that the |
There is no definite way to identify dead instances, because an instance can be down for a year, and then come back. And sending activities to dead instances doesnt cause any problems, so i wouldnt bother with a fix for now. So even though both issues are related, I dont think it makes sense to fix them together. For this issue specificaly, i stil think the best solution is simply to hide instances where |
An instance can be down for a year and come back, but we could handle that case pretty easily. Perhaps we assume an instance is dead if it's offline for at least a day, and then have a protocol in place so that when an instance comes back online, it notifies the instances it's federated with that it's back. The "I'm not dead anymore" message. |
Not sure if it's really a backend thing or more lemmyui, but if a federated instance is down for a longer period of time (week/month?) it could be marked as such on the linked instances list. Or maybe that could be manually done by admins.
Otherwise users who end up there might feel like in a ghost town sometimes. Currently we have 11 on the list out of which 5 are dead for various reasons. Graying them out or creating a separate column, would inform users that there might be something wrong with these particular links.
The text was updated successfully, but these errors were encountered: