This is an automated email from the ASF dual-hosted git repository. adamsd pushed a commit to branch adum-superset in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
commit 1f08df84f8f06b39304c087a8bbca7c1b243b7ba Author: AdamsDisturber <[email protected]> AuthorDate: Thu Oct 31 14:49:07 2019 +0200 increased stop timeout for superset-service --- .../src/general/templates/os/debian/superset-notebook.service | 2 +- infrastructure-provisioning/src/superset/templates/superset_config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure-provisioning/src/general/templates/os/debian/superset-notebook.service b/infrastructure-provisioning/src/general/templates/os/debian/superset-notebook.service index b28865c..ef3b4bf 100644 --- a/infrastructure-provisioning/src/general/templates/os/debian/superset-notebook.service +++ b/infrastructure-provisioning/src/general/templates/os/debian/superset-notebook.service @@ -29,7 +29,7 @@ Group=OS_USER ExecStart=/usr/bin/sudo docker-compose up ExecStop=/usr/bin/sudo docker-compose stop WorkingDirectory=/home/OS_USER/incubator-superset/contrib/docker -TimeoutStopSec=60 +TimeoutStopSec=120 Restart=on-failure RestartSec=10 diff --git a/infrastructure-provisioning/src/superset/templates/superset_config.py b/infrastructure-provisioning/src/superset/templates/superset_config.py index 77d7086..81141f8 100644 --- a/infrastructure-provisioning/src/superset/templates/superset_config.py +++ b/infrastructure-provisioning/src/superset/templates/superset_config.py @@ -64,4 +64,4 @@ AUTH_USER_REGISTRATION_ROLE = "Admin" CUSTOM_SECURITY_MANAGER = SupersetOIDCSecurityManager OIDC_CLIENT_SECRETS = '/home/superset/superset/id_provider.json' OIDC_COOKIE_SECURE = False -OIDC_VALID_ISSUERS = 'http://KEYCLOAK_AUTH_SERVER_URL/realms/KEYCLOAK_REALM_NAME' \ No newline at end of file +OIDC_VALID_ISSUERS = 'http://KEYCLOAK_AUTH_SERVER_URL/realms/KEYCLOAK_REALM_NAME' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
