lib/good_job/job.rb in good_job-1.7.1 vs lib/good_job/job.rb in good_job-1.8.0
- old
+ new
@@ -13,9 +13,11 @@
# ActiveJob jobs without a +priority+ attribute are given this priority.
DEFAULT_PRIORITY = 0
self.table_name = 'good_jobs'.freeze
+ attr_readonly :serialized_params
+
# Parse a string representing a group of queues into a more readable data
# structure.
# @return [Hash]
# How to match a given queue. It can have the following keys and values:
# - +{ all: true }+ indicates that all queues match.