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 d308a3f commit c80300cCopy full SHA for c80300c
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
- Plausible.ClickhouseRepo.query("SELECT 1", [], [settings: [workload: "admin"]])
+ Plausible.ClickhouseRepo.query("SELECT 1", [], [settings: [workload: "ingestion"]])
45
end)
46
47
postgres_health =
0 commit comments