From 26221bf62d8a22f45ce0e3b55cc8023b343b494b Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 15 Sep 2010 20:50:14 -0300 Subject: [PATCH] Limiting to one single delayed_job worker --- script/production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/production b/script/production index 4c11386..c6ac6dc 100755 --- a/script/production +++ b/script/production @@ -20,7 +20,7 @@ do_start() { clear_cache ./script/ferret_server -e $RAILS_ENV start ./script/feed-updater start - ./script/delayed_job start -n 4 + ./script/delayed_job start mongrel_rails cluster::start } -- libgit2 0.21.2