lib/good_job/notifier.rb in good_job-3.3.0 vs lib/good_job/notifier.rb in good_job-3.3.1
- old
+ new
@@ -1,7 +1,8 @@
# frozen_string_literal: true
require 'active_support/core_ext/module/attribute_accessors_per_thread'
require 'concurrent/atomic/atomic_boolean'
+require "good_job/notifier/process_registration"
module GoodJob # :nodoc:
#
# Notifiers hook into Postgres LISTEN/NOTIFY functionality to emit and listen for notifications across processes.
#