We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db82a26 commit 87f22e2Copy full SHA for 87f22e2
prestoadmin/server.py
@@ -75,7 +75,6 @@ def new_sysnode_processor(node_info_rows):
75
'system.runtime.nodes where '
76
'url_extract_host(http_uri) = \'%s\'',
77
new_sysnode_processor))
78
-
79
)
80
81
EXTERNAL_IP_SQL = 'select url_extract_host(http_uri) from ' \
@@ -136,7 +135,7 @@ def update_configs():
136
135
_LOGGER.info('No connector directory found, not adding connectors.')
137
138
139
-@retry(stop_max_delay=30000, wait_fixed=2000)
+@retry(stop_max_delay=3000, wait_fixed=250)
140
def wait_for_presto_user():
141
ret = sudo('getent passwd presto', quiet=True)
142
if not ret.succeeded:
0 commit comments