Akkoma never checks to see if unreachable instances return #277

Closed
opened 2022-11-15 11:35:51 +00:00 by Beefox · 1 comment

In the situation that a federated instance is unreachable for (by default) 7 days, it is added to the unreachable instances list (found by the psql query SELECT i0."host", i0."unreachable_since" FROM "instances" AS i0;). Once added to this list, akkoma never again checks to see if it has returned. This results in instances entering a graveyard even if they return from prelonged downtime. Ideally, once every month or two, akkoma should attempt to "ping" that instance again to discover if it is still down or if it has returned.

There could also be a way to view these "dead" instances in the admin view, and remove them from the list manually.

In the situation that a federated instance is unreachable for (by default) 7 days, it is added to the unreachable instances list (found by the psql query `SELECT i0."host", i0."unreachable_since" FROM "instances" AS i0;`). Once added to this list, akkoma never again checks to see if it has returned. This results in instances entering a graveyard even if they return from prelonged downtime. Ideally, once every month or two, akkoma should attempt to "ping" that instance again to discover if it is still down or if it has returned. There could also be a way to view these "dead" instances in the admin view, and remove them from the list manually.

should be fixed by 3e0a5851e5

should be fixed by 3e0a5851e5
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#277
No description provided.