explain the need to enable async queries (#8444)
This commit is contained in:
parent
19d2ea2c8c
commit
a39c24ef6a
|
|
@ -888,6 +888,9 @@ cache store when upgrading an existing environment.
|
|||
entire setup. If not, background jobs can get scheduled multiple times
|
||||
resulting in weird behaviors like duplicate delivery of reports,
|
||||
higher than expected load / traffic etc.
|
||||
|
||||
* SQL Lab will only run your queries asynchronously if you enable
|
||||
"Asynchronous Query Execution" in your database settings.
|
||||
|
||||
|
||||
Email Reports
|
||||
|
|
|
|||
Loading…
Reference in New Issue