Skip to content

Instantly share code, notes, and snippets.

@abstractj
Created January 14, 2012 21:54
Show Gist options
  • Save abstractj/1613033 to your computer and use it in GitHub Desktop.
Save abstractj/1613033 to your computer and use it in GitHub Desktop.
DynamicScheduling
schedule = TorqueBox::Jobs::Schedule.new('MyJobClass')
scheduler.at 'Sat Jan 14 07:53:43 +0900 2009'
or
scheduler.at '0 52 15 * * ?'
or
scheduler.at '20 m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment