search for: cron_start

Displaying 5 results from an estimated 5 matches for "cron_start".

Did you mean: con_start
2006 Feb 20
5
RailsCron: error message
Hi, I''m trying to use RailsCron but keeping getting an error when I try to run it. I''m 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 i...
2006 Jan 28
1
RailsCron 0.2 questions
Hi all, I''ve set up RailsCron to send email reminders on a daily basis. My dev environment is Rails trunk on Debian Sarge, lighttpd running as a regular user. I''m having two issues: 1) When I run "rake cron_start", I get rake aborted! undefined method `blank?'' for "":String The "blank?" method is provided by Rails, so I''m guessing its not available in Rake''s context for some reason. In looking for the cause, I used Rails1.0 (via gem) instead of the svn r...
2006 Jan 07
3
RailsCron 0.1 plugin
...s * Hard to start/stop/affect the background processes from within Rails. RailsCron addresses these 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'...
2006 Feb 23
5
Q: Where to put a periodic updater?
Hello, I need to put a script in place for updating a local database with a remote resource periodically. It should be started alongside the server (or inside it, whatever) and be run as long as the server running my rails app is up an running. Any thoughts on how to accomplish this? I have thought of editing the environment.rb file and placing the call to the script trigger there, but I wonder
2006 Nov 03
0
a strange behavior on a small memory system with tun0
...1 01:00:15 CET 2000 --> creating rsync_key Fri Nov 3 11:47:00 CET 2006 --> creating rsync_exclude Fri Nov 3 11:47:00 CET 2006 --> activating swap Fri Nov 3 11:47:00 CET 2006 --> swap is activated ( 249976 kb)! Fri Nov 3 11:47:00 CET 2006 --> client is ready and waiting for cron_start! Fri Nov 3 11:46:59 CET 2006 <-- Unlock partition --- key slot 0 unlocked. Fri Nov 3 11:47:01 CET 2006 <-- Server route to 192.168.3.0 255.255.255.0 via tun0 Fri Nov 3 11:47:01 CET 2006 <-- Server is ready for user: backup0 Fri Nov 3 11:52:12 CET 2006 <-- VPN is alive --- Fri N...