Remove unused job

This commit is contained in:
Jorge Manrubia
2025-09-29 18:53:01 +02:00
parent 3548ab963c
commit ea03116ad0
2 changed files with 0 additions and 10 deletions
@@ -1,7 +0,0 @@
class Card::AutoReconsiderAllStagnatedJob < ApplicationJob
def perform
ApplicationRecord.with_each_tenant do |tenant|
Card.auto_reconsider_all_stagnated
end
end
end
-3
View File
@@ -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