Module: GoodJob::ThreadStatus

Extended by:
ActiveSupport::Concern
Included in:
GoodJob
Defined in:
lib/good_job/thread_status.rb

Overview

Provides methods for determining the status of the current job execution thread. This is useful for determining whether to continue processing a job or to shut down gracefully.