Skip to content

Commit

Permalink
Remove active job as the base class
Browse files Browse the repository at this point in the history
  • Loading branch information
fgarces committed Jan 26, 2018
1 parent 069bcd8 commit 6629753
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/postgres/vacuum/jobs/monitor_job.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module Postgres
module Vacuum
module Jobs
class MonitorJob < ::ActiveJob::Base
queue_as :default
class MonitorJob

AUTOVACUUM_QUERY_EVENT = 'AutoVacuumLagging'.freeze
LONG_QUERIES = 'LongQueries'.freeze
Expand Down

0 comments on commit 6629753

Please sign in to comment.