module NewRelic::Agent::Instrumentation::Resque::Helper

Public Instance Methods

resque_fork_per_job?() click to toggle source
# File lib/new_relic/agent/instrumentation/resque/helper.rb, line 12
def resque_fork_per_job?
  ENV['FORK_PER_JOB'] != 'false' && NewRelic::LanguageSupport.can_fork?
end