mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-20 14:55:14 -05:00
Stop scheduling the RepairRemoteCollectionsScheduler
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user