1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib/active_job
Rafael Mendonça França 68b471c4dd
Make sure job instrumentation keep return value
The implementaiton of `instrument` in `ActiveJob::Instrumentation` was
not keeping the API of `ActiveSupport::Notification.instrument` and
returning the value of the block.

Fixes #40931.
2020-12-28 05:30:30 +00:00
..
queue_adapters
serializers
arguments.rb
base.rb
callbacks.rb
configured_job.rb
core.rb
enqueuing.rb
exceptions.rb
execution.rb
gem_version.rb
instrumentation.rb Make sure job instrumentation keep return value 2020-12-28 05:30:30 +00:00
log_subscriber.rb
logging.rb
queue_adapter.rb
queue_adapters.rb
queue_name.rb
queue_priority.rb
railtie.rb Revert "Merge pull request #39472" 2020-12-17 19:27:14 -05:00
serializers.rb
test_case.rb
test_helper.rb
timezones.rb
translation.rb
version.rb