You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create a feed source
Watch the feed source
Change a feed source property (like name)
Change another (like Deployable)
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: