Commit 26221bf62d8a22f45ce0e3b55cc8023b343b494b
1 parent
3d1cd808
Exists in
master
and in
29 other branches
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,7 +20,7 @@ do_start() { | ||
20 | clear_cache | 20 | clear_cache |
21 | ./script/ferret_server -e $RAILS_ENV start | 21 | ./script/ferret_server -e $RAILS_ENV start |
22 | ./script/feed-updater start | 22 | ./script/feed-updater start |
23 | - ./script/delayed_job start -n 4 | 23 | + ./script/delayed_job start |
24 | mongrel_rails cluster::start | 24 | mongrel_rails cluster::start |
25 | } | 25 | } |
26 | 26 |