Skip to content

Instantly share code, notes, and snippets.

@carimura
Created July 17, 2012 00:59
Show Gist options
  • Save carimura/3126235 to your computer and use it in GitHub Desktop.
Save carimura/3126235 to your computer and use it in GitHub Desktop.
worker_client.schedules.create('SendInsanity',
{
:number => number,
:config => worker_client.api.options
},
{
:start_at => Time.now,
:run_times => 5,
:run_every => 60
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment