Commit 26221bf62d8a22f45ce0e3b55cc8023b343b494b

Authored by Antonio Terceiro
1 parent 3d1cd808

Limiting to one single delayed_job worker

(ActionItem1303)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/production
... ... @@ -20,7 +20,7 @@ do_start() {
20 20 clear_cache
21 21 ./script/ferret_server -e $RAILS_ENV start
22 22 ./script/feed-updater start
23   - ./script/delayed_job start -n 4
  23 + ./script/delayed_job start
24 24 mongrel_rails cluster::start
25 25 }
26 26  
... ...