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
At the moment, the user is notified every time they are tagged. This might be annoying if they receive a whole gallery's worth of notifications.
Instead of real-time notification, maybe they could get one email on a time delay (say 20 mins) with a summary of the activities?
Or maybe you would want the first email to be instantaneous, but subsequent ones to be batched.
Then the counter would have to be reset every 24 hours.
The text was updated successfully, but these errors were encountered:
JustinWingChungHui
changed the title
[Improvement] Batch up "Tagged in a photo" notifications into a single email
[Feature] Batch up "Tagged in a photo" notifications into a single email
Apr 30, 2015
Yeah, I was thinking of something like this. The immediacy is really cool in a live situation. So I think you're right about the first one being instantaneous.
The time delay is difficult on PythonAnywhere as it only supports hourly tasks. So we could batch the rest up within hourly buckets.
JustinWingChungHui
changed the title
[Feature] Batch up "Tagged in a photo" notifications into a single email
Batch up "Tagged in a photo" notifications into a single email
Oct 21, 2019
At the moment, the user is notified every time they are tagged. This might be annoying if they receive a whole gallery's worth of notifications.
Instead of real-time notification, maybe they could get one email on a time delay (say 20 mins) with a summary of the activities?
Or maybe you would want the first email to be instantaneous, but subsequent ones to be batched.
Then the counter would have to be reset every 24 hours.
The text was updated successfully, but these errors were encountered: