Sha256: 1a7d28099bae24f0f3467c3e818e6d12cb21ed4339bb8efd3f0f3ec45c2113d0
Contents?: true
Size: 673 Bytes
Versions: 34
Compression:
Stored size: 673 Bytes
Contents
# frozen_string_literal: true module Appsignal module Integrations # @api private module ResqueActiveJobPlugin def self.included(_) callers = caller Appsignal::Utils::DeprecationMessage.message \ "The AppSignal ResqueActiveJobPlugin is deprecated and does " \ "nothing on extend. In this version of the AppSignal Ruby gem " \ "the integration with Resque is automatic on all Resque workers. " \ "Please remove the following line from this file to remove this " \ "message: include Appsignal::Integrations::ResqueActiveJobPlugin\n" \ "#{callers.first}" end end end end
Version data entries
34 entries across 34 versions & 1 rubygems