Sha256: 89e3f3dabd03ebe1cca75e7aa261923d62805ac93fe6461d4d1195752bece76b
Contents?: true
Size: 305 Bytes
Versions: 2
Compression:
Stored size: 305 Bytes
Contents
class ProconBypassMan::ReportBootJob < ProconBypassMan::BaseJob # @param [String] body def self.perform(body) ProconBypassMan::Background::HttpClient.new( path: path, pool_server: pool_server, retry_on_connection_error: true, ).post(body: body, event_type: :boot) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
procon_bypass_man-0.1.13 | lib/procon_bypass_man/background/jobs/report_boot_job.rb |
procon_bypass_man-0.1.12 | lib/procon_bypass_man/background/jobs/report_boot_job.rb |