tobi / delayed_job

Database backed asynchronous priority queue -- Extracted from Shopify
http://tobi.github.com/delayed_job
MIT License
2.15k stars 1.25k forks source link

readme does not show how to schedule at a specific time #37

Open jpwynn opened 13 years ago

jpwynn commented 13 years ago

can someone edit the readme to add the example of setting a job to run at a specific day and time? all the examples are x.from_now but as far as I can tell there is no example of how does one schedule a job to run at say 3pm on March 25, 2011?