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

✨ [#4215] Add delete_old_emails task to celery beat schedule #4245

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

stevenbal
Copy link
Contributor

@stevenbal stevenbal commented Apr 29, 2024

Closes #4215

Changes

  • Add delete_old_emails task to celery beat schedule

Checklist

Check off the items that are completed or not relevant.

  • Impact on features

    • Checked copying a form
    • Checked import/export of a form
    • Config checks in the configuration overview admin page
    • Problem detection in the admin email digest is handled
  • Release management

    • I have labelled the PR as "needs-backport" accordingly
  • I have updated the translations assets (you do NOT need to provide translations)

  • Commit hygiene

    • Commit messages refer to the relevant Github issue
    • Commit messages explain the "why" of change, not the how

to ensure emails older than 90 days are removed daily
@stevenbal stevenbal force-pushed the feature/4215-delete-old-mails-job branch from fdc2a4d to b66a8ce Compare April 29, 2024 14:25
@stevenbal stevenbal requested a review from Viicos April 29, 2024 14:27
Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.16%. Comparing base (93e9ba2) to head (b66a8ce).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4245   +/-   ##
=======================================
  Coverage   96.16%   96.16%           
=======================================
  Files         732      732           
  Lines       23445    23445           
  Branches     2737     2737           
=======================================
  Hits        22546    22546           
  Misses        637      637           
  Partials      262      262           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sergei-maertens sergei-maertens merged commit 24def02 into master Apr 30, 2024
27 checks passed
@sergei-maertens sergei-maertens deleted the feature/4215-delete-old-mails-job branch April 30, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up e-mails older than 90 days
2 participants