Event triggers are tracked through two tables that are managed by Hasura.
hdb_catalog.event_log: captured events
hdb_catalog.event_log
hdb_catalog.event_invocation_logs: HTTP requests and responses
hdb_catalog.event_invocation_logs
You can find out more about these tables by reading more herearrow-up-right.
TLDR: Hasura leaves it up to us to clean up these tables so we have as much history as we like.
To clean up these tables, a cron job runs on atd-data02. See:
atd-data02
Path to one of the scripts: /root/automated-tasks/atd-moped/scripts/moped-production-backup-daily.sh
/root/automated-tasks/atd-moped/scripts/moped-production-backup-daily.sh
AWS S3 bucket to hold backups: atd-moped-db-backups
atd-moped-db-backups
The GH issue: https://github.com/cityofaustin/atd-data-tech/issues/5952arrow-up-right
Slack thread: https://austininnovation.slack.com/archives/CNUEPKLB1/p1657661751327599arrow-up-right
Last updated 1 year ago
Was this helpful?