Stop federation attempts with dead instances #200
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As noted in #190, Misskey (and Foundkey by extension) will still try to send posts to instances that are offline even if they weren't seen for an extended period of time.
This makes the queue stats not a reliable measure of instance health and can put additional load on the server.
It would also make sense to specially handle a 410 status code when trying to deliver to an inbox.
Slightly related: https://github.com/misskey-dev/misskey/issues/2871