Files
triggerdotdev--trigger.dev/apps
Eric Allam 2b866b8bc7 feat(tsql,webapp): reject cross-queue merges of per-queue counter states
deltaSumTimestamp states are kept per queue, and merging them across
queues silently returns wrong totals, on the dashboard and the public
query API alike. Columns can now declare a mergeGroupKey, and the
compiler rejects queries that merge such a column without grouping by
that key or pinning it to a single value. The error names the column,
explains the failure, and includes a corrected example query.
2026-07-13 20:39:13 +01:00
..