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 41e0749 commit d308a3fCopy full SHA for d308a3f
1 file changed
lib/plausible_web/controllers/api/system_controller.ex
@@ -41,7 +41,7 @@ defmodule PlausibleWeb.Api.SystemController do
41
42
clickhouse_health_task =
43
Task.async(fn ->
44
- Ecto.Adapters.SQL.query(Plausible.ClickhouseRepo, "SELECT 1", [])
+ Plausible.ClickhouseRepo.query("SELECT 1", [], [settings: [workload: "admin"]])
45
end)
46
47
postgres_health =
0 commit comments