diff --git a/app/jobs/card/auto_reconsider_all_stagnated_job.rb b/app/jobs/card/auto_reconsider_all_stagnated_job.rb deleted file mode 100644 index b7178f916..000000000 --- a/app/jobs/card/auto_reconsider_all_stagnated_job.rb +++ /dev/null @@ -1,7 +0,0 @@ -class Card::AutoReconsiderAllStagnatedJob < ApplicationJob - def perform - ApplicationRecord.with_each_tenant do |tenant| - Card.auto_reconsider_all_stagnated - end - end -end diff --git a/config/recurring.yml b/config/recurring.yml index 7d038471a..14d058592 100644 --- a/config/recurring.yml +++ b/config/recurring.yml @@ -2,9 +2,6 @@ production: &production auto_postpone_all_due: class: Card::AutoPostponeAllDueJob schedule: every hour - auto_reconsider_all_inactive: - class: Card::AutoReconsiderAllStagnatedJob - schedule: every hour remove_abandoned_creations: class: RemoveAbandonedCreationsJob schedule: every hour