search for: cron_status

Displaying 2 results from an estimated 2 matches for "cron_status".

Did you mean: con_status
2006 Feb 20
5
RailsCron: error message
...a beginner, so please use small words :) -bash-2.05b$ rake cron_start (in /home/jake/rails_sites/testsite) Syntax error: "&" unexpected The little bit I know about my environment: - RailsCron installed as a plug in (not gem, cause I''m on a shared host) - Debian Linux - rake cron_status returns nothing - in cron_start, the symbol &> is in the script, but I have no idea how to find out what the symbol means (google doesn''t search symbols well). I believe this & is what it''s choking on, but I don''t know how to confirm. I''ve tried ru...
2006 Jan 07
3
RailsCron 0.1 plugin
...ed 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, but the patch would be welcome. The following environment variables are used by...