I am adding the daily cron addon to my app
it seems to schedule the daily cron to run each day, but at the time
of day the addon was enabled

is there a way to set a specific time of day?

enable the addon
at 2010-03-17 09:32 PDT
heroku addons:add cron:daily

check the scheduling
heroku info

...
Stack:          bamboo-ree-1.8.7
Data size:      ... tables
Next cron:      2010-03-18 09:32 PDT (scheduled)
Last cron:      2010-03-16 17:54 PDT (finished)
Addons:         Daily Cron, New Rel...

ideally I would like to run my cron job at say 10:00pm
my plan right now is to be on my computer at 10:00pm, remove the addon
and then add it back, is there an easier way?

http://docs.heroku.com/cron

Thanks,
- Jesse

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to