Syed

Results 1 comments of Syed

To introduce sampling to jobs that inherit from `ActiveJob::Base` instead of `ApplicationJob` like `ActionMailer::MailDeliveryJob`, you can use lazy-loaded hooks to add your sampling code as a concern to `ActiveJob::Base`. ```ruby...