Sha256: b0d751cb97afbd7b9997cb430dfddcd9138129664406cbad987953d9bf52d90c

Contents?: true

Size: 347 Bytes

Versions: 9

Compression:

Stored size: 347 Bytes

Contents

class ProconBypassMan::ReportErrorReloadConfigJob < ProconBypassMan::ReportEventBaseJob
  extend ProconBypassMan::HasExternalApiSetting

  # @param [String] body
  def self.perform(body)
    ProconBypassMan::ReportHttpClient.new(
      path: path,
      server_pool: server_pool,
    ).post(body: body, event_type: :error_reload_config)
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
procon_bypass_man-0.2.2 lib/procon_bypass_man/background/jobs/report_error_reload_config_job.rb
procon_bypass_man-0.2.1 lib/procon_bypass_man/background/jobs/report_error_reload_config_job.rb
procon_bypass_man-0.2.0 lib/procon_bypass_man/background/jobs/report_error_reload_config_job.rb
procon_bypass_man-0.1.23 lib/procon_bypass_man/background/jobs/report_error_reload_config_job.rb
procon_bypass_man-0.1.22 lib/procon_bypass_man/background/jobs/report_error_reload_config_job.rb
procon_bypass_man-0.1.21 lib/procon_bypass_man/background/jobs/report_error_reload_config_job.rb
procon_bypass_man-0.1.20.2 lib/procon_bypass_man/background/jobs/report_error_reload_config_job.rb
procon_bypass_man-0.1.20.1 lib/procon_bypass_man/background/jobs/report_error_reload_config_job.rb
procon_bypass_man-0.1.20 lib/procon_bypass_man/background/jobs/report_error_reload_config_job.rb