Sha256: 87c8e53ea66ca175d4a1d8544634de42d617c07569a52c2e57a5cb8cde6b5048
Contents?: true
Size: 479 Bytes
Versions: 26
Compression:
Stored size: 479 Bytes
Contents
# This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true module NewRelic module Agent module Instrumentation module Resque module Helper extend self def resque_fork_per_job? ENV['FORK_PER_JOB'] != 'false' && NewRelic::LanguageSupport.can_fork? end end end end end end
Version data entries
26 entries across 26 versions & 1 rubygems