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 2375f0b commit 4ed0ad3Copy full SHA for 4ed0ad3
redash/query_runner/big_query.py
@@ -86,7 +86,7 @@ def _get_query_results(jobs, project_id, location, job_id, start_index):
86
).execute()
87
logging.debug("query_reply %s", query_reply)
88
if not query_reply["jobComplete"]:
89
- time.sleep(10)
+ time.sleep(1)
90
return _get_query_results(jobs, project_id, location, job_id, start_index)
91
92
return query_reply
0 commit comments