debian-mirror-gitlab/lib/gitlab/health_checks/redis/rate_limiting_check.rb

12 lines
176 B
Ruby
Raw Normal View History

2021-11-18 22:05:49 +05:30
# frozen_string_literal: true
module Gitlab
module HealthChecks
module Redis
class RateLimitingCheck
2021-12-11 22:18:48 +05:30
extend RedisAbstractCheck
2021-11-18 22:05:49 +05:30
end
end
end
end