lib/rocket_job/config.rb in rocketjob-3.0.5 vs lib/rocket_job/config.rb in rocketjob-3.1.0

- old
+ new

@@ -13,12 +13,10 @@ # In case another process has already created the first document first end end - # Useful for Testing, not recommended elsewhere. - # When enabled all calls to `perform_later` will be redirected to `perform_now`. - # Also, exceptions will be raised instead of failing the job. + # DEPRECATED cattr_accessor(:inline_mode) { false } store_in collection: 'rocket_job.configs' #