lib/good_job.rb in good_job-3.25.0 vs lib/good_job.rb in good_job-3.26.0
- old
+ new
@@ -38,15 +38,17 @@
require "good_job/probe_server/simple_handler"
require "good_job/probe_server/webrick_handler"
require "good_job/scheduler"
require "good_job/shared_executor"
require "good_job/systemd_service"
+require "good_job/thread_status"
# GoodJob is a multithreaded, Postgres-based, ActiveJob backend for Ruby on Rails.
#
# +GoodJob+ is the top-level namespace and exposes configuration attributes.
module GoodJob
include GoodJob::Dependencies
+ include GoodJob::ThreadStatus
# Default, null, blank value placeholder.
NONE = Module.new.freeze
# Default logger for GoodJob; overridden by Rails.logger in Railtie.