This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4e2bbd7  Ansible: changing num of Django wsgi procs to 1
4e2bbd7 is described below

commit 4e2bbd7eb75c7a4fe6e84ba3f7065c258d471535
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Feb 6 10:13:15 2020 -0500

    Ansible: changing num of Django wsgi procs to 1
---
 dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml 
b/dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml
index 2a544e5..50a565f 100644
--- a/dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/group_vars/django/vars.yml
@@ -23,7 +23,7 @@ user: "pga"
 group: "pga"
 gateway_data_store_hostname: "pgadev.scigap.org"
 gateway_data_store_resource_id: 
"pgadev.scigap.org_7ddf28fd-d503-4ff8-bbc5-3279a7c3b99e"
-django_wsgi_processes: 2
+django_wsgi_processes: 1
 doc_root_dir: "/var/www/portals/django-{{gateway_id}}"
 admin_emails: "[('SGRC Group', '[email protected]')]"
 django_error_emails: "[('Marcus Christie', '[email protected]'), ('Eroma 
Abeysinghe', '[email protected]')]"

Reply via email to