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

Add adminIsNotified to sites and aggregate emails #283

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

nlsvgtr
Copy link
Collaborator

@nlsvgtr nlsvgtr commented Jan 23, 2023

The API sends daily notifications to administrators about sites that have issues.
These notifications have two inconveniences:

  • one email is sent for each site with issues
  • since crontabs are running on the api: multiple api's means multiple mails

This update adds a 'notificationSent' paramater to fix the second, while the content of emails is aggregated per email address to fix the first.

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.

None yet

1 participant