flanksource / duty

Apache License 2.0
1 stars 1 forks source link

fix: cleanup trigger that adds push_queue.create events #782

Closed adityathebe closed 1 month ago

adityathebe commented 1 month ago

These triggers were cleared up in the AWS cluster, but for some reason it remained on the Demo cluster but only for two tables: config_changes, config_analysis.

SELECT  properties->>'table', COUNT(*) FROM event_queue WHERE name = 'push_queue.create' GROUP BY properties->>'table'
+-----------------+-------+
| ?column?        | count |
|-----------------+-------|
| config_analysis | 1333  |
| config_changes  | 57254 |
+-----------------+-------+