fix(metrics): clickhouse query alias collision issue (#14)

This commit is contained in:
hampus-fluxer
2026-01-04 00:04:26 +01:00
committed by GitHub
parent 1b1f593506
commit 5955a6668a
2 changed files with 23 additions and 23 deletions

View File

@@ -318,7 +318,7 @@ export class WorkerMetricsCollector {
last_execution: Date | null;
}>(`
SELECT identifier, known_since, last_execution
FROM graphile_worker.known_crontabs
FROM graphile_worker._private_known_crontabs
`);
const now = new Date();