You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/10/07 20:49:48 UTC

[airavata] branch master updated: AIRAVATA-3524: workaround for timeout when adding all users to group

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fe684b4  AIRAVATA-3524: workaround for timeout when adding all users to group
fe684b4 is described below

commit fe684b4ecdd113a93d4e66b3bffc6abbde4cfc94
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Oct 7 16:49:40 2021 -0400

    AIRAVATA-3524: workaround for timeout when adding all users to group
---
 .../ansible/inventories/scigap/production/group_vars/django/vars.yml   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/group_vars/django/vars.yml b/dev-tools/ansible/inventories/scigap/production/group_vars/django/vars.yml
index 8f5d4a8..082a343 100644
--- a/dev-tools/ansible/inventories/scigap/production/group_vars/django/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/group_vars/django/vars.yml
@@ -39,3 +39,6 @@ portal_email_password: "{{ vault_portal_email_password }}"
 portal_server_email: "{{ portal_email_username }}"
 admin_emails: "[('SGRC Group', 'sgrc-iu-group@iu.edu')]"
 django_error_emails: "[('SciGaP Errors', 'bugs@scigap.org')]"
+
+# AIRAVATA-3524: workaround for timeout when adding all users to group
+vhost_timeout: 300