mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-06 00:52:42 +00:00
Fix incorrect name in scheduler configuration (#35263)
This commit is contained in:
parent
83660ee381
commit
1ebb87a6a8
|
@ -70,5 +70,5 @@
|
||||||
queue: scheduler
|
queue: scheduler
|
||||||
fasp_follow_recommendation_cleanup_scheduler:
|
fasp_follow_recommendation_cleanup_scheduler:
|
||||||
interval: 1 day
|
interval: 1 day
|
||||||
class: Scheduler::Fasp::FollowRecommendationsScheduler
|
class: Scheduler::Fasp::FollowRecommendationCleanupScheduler
|
||||||
queue: scheduler
|
queue: scheduler
|
||||||
|
|
Loading…
Reference in New Issue
Block a user