should solve all residual tag_query_limit bugs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class DelayedJobsController < ApplicationController
|
||||
def index
|
||||
@delayed_jobs = Delayed::Job.where("handler not like ? and handler not like ?", "%method_name: :update_related%", "%method_name: :process!%").order("created_at desc").paginate(params[:page])
|
||||
@delayed_jobs = Delayed::Job.order("created_at desc").paginate(params[:page])
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user