Sha256: ffd3981eb7451c429d2beca0466cd11851915ed7c788055ee5e30017280a0073

Contents?: true

Size: 276 Bytes

Versions: 11

Compression:

Stored size: 276 Bytes

Contents

require 'lhm/throttler/replica_lag'

module Lhm
  module Throttler
    class SlaveLag < ReplicaLag
      def initialize(options = {})
        Lhm.logger.warn("Class `SlaveLag` is deprecated. Use `ReplicaLag` class instead.")
        super(options)
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
lhm-shopify-4.4.2 lib/lhm/throttler/slave_lag.rb
lhm-shopify-4.4.1 lib/lhm/throttler/slave_lag.rb
lhm-shopify-4.4.0 lib/lhm/throttler/slave_lag.rb
lhm-shopify-4.3.0 lib/lhm/throttler/slave_lag.rb
lhm-shopify-4.2.3 lib/lhm/throttler/slave_lag.rb
lhm-shopify-4.2.2 lib/lhm/throttler/slave_lag.rb
lhm-shopify-4.2.1 lib/lhm/throttler/slave_lag.rb
lhm-shopify-4.2.0 lib/lhm/throttler/slave_lag.rb
lhm-shopify-4.1.1 lib/lhm/throttler/slave_lag.rb
lhm-shopify-4.1.0 lib/lhm/throttler/slave_lag.rb
lhm-shopify-4.0.0 lib/lhm/throttler/slave_lag.rb