Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][IMP] mail_tracking: add job to delete old tracking records #1430

Merged

Commits on Aug 20, 2024

  1. mail_tracking: add garbage collection

    Add autovacuum to mail_tracking_email that removes old records based on new configuration variable mail_tracking_email_max_age_days.
    Due to possibly a large number of records to be deleted on first run, set a default limit of 5000 per run.
    henrybackman committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9fd6204 View commit details
    Browse the repository at this point in the history