How to Detect a Defederation by Reading Sidekiq Queue Patterns
When a Mastodon instance defederates another instance, incoming activities from that instance stop arriving. But the effect on your own server can be subtle, especially if you are not actively monitoring federation logs. One reliable way to detect a defederation is by examining Sidekiq queue patterns. Sidekiq is the background job processor that Mastodon uses … Read more