Mar 05, 2024
Active Job error reporting config option
Ruby3.6.1
Added
- Add
activejob_report_errors
config option. When set to"none"
, ActiveJob jobs will no longer report errors. This can be used in combination with custom exception reporting. By default, the config option has the value"all"
, which reports all errors.
See the Ruby gem 3.6.1 changelog for more information.