work on #2408
This commit is contained in:
6
app/logical/monthly_maintenance.rb
Normal file
6
app/logical/monthly_maintenance.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class MonthlyMaintenance
|
||||
def run
|
||||
ActiveRecord::Base.connection.execute("set statement_timeout = 0")
|
||||
JanitorTrial.new.message_candidates!
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user