-
Notifications
You must be signed in to change notification settings - Fork 4
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
Ogc 2017 cronjob unconfirmed subscribers #1668
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
# add some recipients the quick way | ||
recipients = RecipientCollection(session) | ||
recipients.add('[email protected]', confirmed=True) | ||
recipients.add('[email protected]', confirmed=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also add an unconfirmed recipient to show the export does not include it
Please fill in the commit message below and work through the checklist. You can delete parts that are not needed, e.g. the optional description, the link to a ticket or irrelevant options of the checklist.
Commit message
Org: Remove unconfirmed subscribers
Remove unconfirmed subscribers after 7 days of initial subscription. Also display date of subscription on recipients-view and export.
TYPE: Feature
LINK: OGC-2017
Checklist