Created
April 1, 2020 15:22
-
-
Save victorgiraldes/1fad569589a5836fa5b8c0b00aa946ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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