How to use scheduler.at in rufus?

241 Views Asked by At

I can use scheduler.cron & scheduler.in in rufus but scheduler.at.

I tried below based on the sample (scheduler.at 'Thu Mar 26 07:31:43 +0900 2009') from the author.

  • scheduler.at 'Nov 08 09:45 +1000 2011' (+1000 because I am in Sydney)
  • scheduler.at 'Tue Nov 08 09:50 +1000 2011'
  • scheduler.at 'Nov 08 09:45 2011'

But nothing worked. Any suggestions?

1

There are 1 best solutions below

1
On

I did some research over the internet and I have found a running/good example. Hope it helps... http://codex.heroku.com/past/2010/4/15/rufus_scheduler_for_my_tiny_sinatra_apps/