Skip to content

Instantly share code, notes, and snippets.

@victorgiraldes
Created April 1, 2020 15:22
Show Gist options
  • Save victorgiraldes/1fad569589a5836fa5b8c0b00aa946ac to your computer and use it in GitHub Desktop.
Save victorgiraldes/1fad569589a5836fa5b8c0b00aa946ac to your computer and use it in GitHub Desktop.
module Exchange
module QuotationWorker
class QuotationParsingTimeWorker
include Sidekiq::Worker
def perform(*args)
Integrations::Exchange::QuotationParser::Parsing.new.parsing_quotation.perform_now
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment