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

Notifications should be throttled to avoid sending a bunch of emails when a handful of changes are made to a feed in sequence #373

Open
landonreed opened this issue Apr 6, 2021 · 0 comments
Labels

Comments

@landonreed
Copy link
Contributor

Observed behavior

If a user is making multiple changes to a particular feed source, a separate email notification will be sent to all subscribers for each of those individual changes.

Expected behavior

Instead, we should throttle those notifications by queueing them up, waiting a few minutes before sending, and then ultimately sending off the notification with a description of all of the activity.

Steps to reproduce the problem

  1. Create a feed source
  2. Watch the feed source
  3. Change a feed source property (like name)
  4. Change another (like Deployable)
  5. Observe multiple email notifications.

Any special notes on configuration used

N/A

Version of datatools-server and datatools-ui if applicable (exact commit hash or branch name)

latest dev

@landonreed landonreed added the bug label Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant