]> git.parisson.com Git - telemeta.git/commitdiff
comment update_index, reduce processes
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 14 Dec 2015 00:45:31 +0000 (01:45 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 14 Dec 2015 00:45:31 +0000 (01:45 +0100)
Dockerfile
app/deploy/start_app.sh

index 8b0fce37daa78ed13e5a8f714c64e1190aba1749..f4a090fdf0552f6e165dbb8b43faf7595e58a3a0 100644 (file)
@@ -14,7 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# FROM parisson/timeside:latest-dev
 FROM parisson/timeside:latest-dev
 
 MAINTAINER Guillaume Pellerin <yomguy@parisson.com>, Thomas fillon <thomas@parisson.com>
index be957d1749877d54aceffc71b5ba6585549b89aa..df4fe3fb349f2f15370cd7b1e6947ebf1434c26f 100644 (file)
@@ -8,7 +8,7 @@ static='/opt/static/'
 
 # uwsgi params
 port=8000
-processes=32
+processes=16
 threads=2
 autoreload=3
 
@@ -24,7 +24,7 @@ python $manage migrate --noinput
 python $manage collectstatic --noinput
 python $manage telemeta-create-admin-user
 python $manage telemeta-create-boilerplate
-python $manage update_index --workers $processes
+#python $manage update_index --workers $processes
 
 # static files auto update
 watchmedo shell-command --patterns="*.js;*.css" --recursive \