Sha256: 32c2d66247250320e7db727bd5bacfb8c680d96c2456416a1d6882cc521070d6

Contents?: true

Size: 158 Bytes

Versions: 9

Compression:

Stored size: 158 Bytes

Contents

module Bobot
  class CommanderJob < ApplicationJob
    queue_as :default

    def perform(payload:)
      Bobot::Commander.trigger(payload)
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bobot-3.0.1 app/jobs/bobot/commander_job.rb
bobot-2.6.2 app/jobs/bobot/commander_job.rb
bobot-2.6.1 app/jobs/bobot/commander_job.rb
bobot-2.6.0 app/jobs/bobot/commander_job.rb
bobot-2.5.0 app/jobs/bobot/commander_job.rb
bobot-2.3.0 app/jobs/bobot/commander_job.rb
bobot-2.1.0 app/jobs/bobot/commander_job.rb
bobot-1.0.53 app/jobs/bobot/commander_job.rb
bobot-1.0.52 app/jobs/bobot/commander_job.rb