abcxyz / github-metrics-aggregator

Apache License 2.0
11 stars 3 forks source link

fix: artifact pipeline ingestion not filtering correctly #120

Closed bradegler closed 12 months ago

bradegler commented 12 months ago

The artifact pipeline is driven by a query against the events table that excludes rows that have already been processed.

The original version of the query had a limit clause in the nested NOT IN sub-select which was artificially excluding rows and causing events to be processed multiple times for some delivery ids.