This commit is contained in:
Claire
2026-07-28 07:54:46 +00:00
committed by GitHub
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