Sha256: 5f87ea1bf64295d8df0220f4a906ae73dcecb6e5a804da5fcdb3c0771c5854d2
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
# frozen_string_literal: true require_relative 'probes/sidekiq' if defined?(::Sidekiq) require_relative 'probes/delayed_job' if defined?(::Delayed::Job) module HttpHealthCheck module Probes; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
http_health_check-0.2.1 | lib/http_health_check/probes.rb |
http_health_check-0.2.0 | lib/http_health_check/probes.rb |