Skip to content

Instantly share code, notes, and snippets.

@kinnalru
Last active January 15, 2021 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kinnalru/83c1ed5a189e70fa56605116dc5cac91 to your computer and use it in GitHub Desktop.
Save kinnalru/83c1ed5a189e70fa56605116dc5cac91 to your computer and use it in GitHub Desktop.
require 'rufus-scheduler'
scheduler = Rufus::Scheduler.new.tap do |s|
s.in '1h' do
RefreshCurrencyJob.perform_later
end
end
scheduler.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment