app/models/concerns/good_job/reportable.rb in good_job-3.15.14 vs app/models/concerns/good_job/reportable.rb in good_job-3.16.0
- old
+ new
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+
module GoodJob
module Reportable
# There are 3 buckets of non-overlapping statuses:
# 1. The job will be executed
# - queued: The job will execute immediately when an execution thread becomes available.