Displaying 2 results from an estimated 2 matches for "server_logger".
2008 Jan 29
4
Setting up release-1.0.1
...cript/backgroundrb:41
Then after doing this:
Index: script/backgroundrb
===================================================================
--- script/backgroundrb (revision 313)
+++ script/backgroundrb (working copy)
@@ -6,8 +6,10 @@
WORKER_ROOT = rails_root + "/lib/workers"
SERVER_LOGGER = rails_root + "/log/backgroundrb_server.log"
-["server","framework","lib"].each { |x|
$LOAD_PATH.unshift(PACKET_APP + "/#{x}")}
-$LOAD_PATH.unshift(WORKER_ROOT)
+#["server","framework","lib"].each { |x|
$LOAD_PATH.u...
2008 Jan 03
5
Start script not working when run via Rake
Hi there
I''m using the latest release (r300) and ''script/backgroundrb start'' works
perfectly when executed on the server, but when put inside a Rake task, it
doesn''t launch the worker processes.
The Rake task is as follows:
task :start_backgroundrb do
run "cd #{current_path} && ./script/backgroundrb start"
end
When I run this task, the