We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9754d16 commit 25d5df5Copy full SHA for 25d5df5
grafana_wtf/core.py
@@ -223,7 +223,7 @@ def scan_dashboards(self, dashboard_uids=None):
223
if self.progressbar:
224
self.start_progressbar(len(self.data.dashboard_list))
225
226
- if self.concurrency is None or self.concurrency <= 1:
+ if self.concurrency is None or self.concurrency <= 1 or hasattr(self.grafana.client.s, "cache"):
227
self.fetch_dashboards()
228
else:
229
self.fetch_dashboards_parallel()
0 commit comments