Displaying 1 result from an estimated 1 matches for "cron_stop".
2006 Jan 07
3
RailsCron 0.1 plugin
...shortcomings by using one RoR instance with
threading (Ruby, native to be added later).
STARTING & STOPPING
==================
RailsCron is started and stopped by Rake. List of Rake tasks:
* cron_start -- Starts RailsCron as a daemon
* cron_foreground -- Starts RailsCron in the foreground
* cron_stop -- Graceful stop
* cron_kill
* cron_graceful -- Graceful restart
* cron_status
These commands are UNIX-oriented. Windows users can start with "ruby
script\runner ''RailsCron.start''" and stop with Ctrl-C. I have no idea
(or need) of how to make this a Windows service, b...