Skip to content

Commit 5ff71a0

Browse files
committed
change sleep time from 5s to 30s during the retrieval of the meta data
1 parent 486170f commit 5ff71a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/zimonGrafanaIntf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __initializeTables(self):
8989
break
9090
# if no data returned because of the REST HTTP server is still starting, sleep and retry (max 3 times)
9191
self.logger.warning(MSG['NoDataStartNextAttempt'].format(attempt, MAX_ATTEMPTS_COUNT))
92-
sleep(5)
92+
sleep(30)
9393
else:
9494
foundItems = len(self.metaData.allParents) - 1
9595
sensors = self.metaData.sensorsSpec.keys()

0 commit comments

Comments
 (0)