This is an automated email from the ASF dual-hosted git repository.
omartushevskyi pushed a commit to branch EPMCDLAB-1186
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/EPMCDLAB-1186 by this push:
new d76f011 debugging
d76f011 is described below
commit d76f01135ef4e076e60c3a74deacb1a8733987f1
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Tue Feb 26 19:03:39 2019 +0200
debugging
---
infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
index 56b219e..0938aa9 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
@@ -20,7 +20,7 @@
from dlab.fab import *
from dlab.actions_lib import *
-import sys, os, json
+import sys, os, json, time
from fabric.api import *
from dlab.ssn_lib import *
import traceback
@@ -363,6 +363,7 @@ if __name__ == "__main__":
try:
local("~/scripts/{}.py {}".format('configure_ui', params))
except:
+ time.sleep(7200)
traceback.print_exc()
raise Exception
except Exception as err:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]