schedule jobs with ruby

J

Junkone

are there any tools to schedule jobs with ruby in xp. i dont want to
use the windows scheduled jobs as i am having issue with it.
 
R

Robert Klemme

are there any tools to schedule jobs with ruby in xp. i dont want to
use the windows scheduled jobs as i am having issue with it.

I think there was some discussion of scheduling implemented in Ruby a
while ago here but can't remember the details. Maybe a search in the
archives reveals more. RAA would also be a good place to look. Then
you also have to invoke some kind of service wrapper around the Ruby
interpreter but I believe you'll find something like this - maybe even
from MS. HTH

Kind regards

robert
 
D

Daniel Berger

I think there was some discussion of scheduling implemented in Ruby a
while ago here but can't remember the details. =A0Maybe a search in the
archives reveals more. =A0RAA would also be a good place to look. =A0Then
you also have to invoke some kind of service wrapper around the Ruby
interpreter but I believe you'll find something like this - maybe even
from MS. =A0HTH

The Task Scheduler is already a service, but it's possible there's
something else out there. There's probably 'cron for windows' and
such. A pure Ruby cron-like service would be a cool project,
though. :)

Junkone, are you having trouble with the taskscheduler or the win32-
taskscheduler library? The latter could probably use some TLC.

Regards,

Dan
 
M

Mohit Sindhwani

Robert said:
I think there was some discussion of scheduling implemented in Ruby a
while ago here but can't remember the details. Maybe a search in the
archives reveals more. RAA would also be a good place to look. Then
you also have to invoke some kind of service wrapper around the Ruby
interpreter but I believe you'll find something like this - maybe even
from MS. HTH

Kind regards

robert

I use PyCron on Windows which is very similar to Cron. It works well,
runs as a service, automatically restarts when Windows starts up and can
schedule anything. I use it kickstart a CMD file that sets all the
environment variables we need and then class the Ruby script we want.

Hope this helps.

Cheers,
Mohit.
1/5/2008 | 3:59 PM.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top