Stop scheduling the RepairRemoteCollectionsScheduler

This commit is contained in:
Claire
2026-07-20 17:04:46 +02:00
parent 9edbe4706a
commit 8f23ad3dd4
2 changed files with 1 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
# TODO: Remove in the next version
# TODO: Remove in Mastodon 5.0
class Scheduler::RepairRemoteCollectionsScheduler
include Sidekiq::Worker
include JsonLdHelper

View File

@@ -76,7 +76,3 @@
interval: 1 hour
class: Scheduler::CollectionItemCleanupScheduler
queue: scheduler
repair_remote_collections_scheduler:
every: ['24h', first_in: '1s']
class: Scheduler::RepairRemoteCollectionsScheduler
queue: scheduler