-
Notifications
You must be signed in to change notification settings - Fork 119
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
Storage limit - Framework to get users and record emails sent #990
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
need/approach
P3
Low: Not priority right now
pi/account-limits
topic/pot
Issues handled by PT.
Comments
LeslieOA
added
kind/enhancement
A net-new feature or improvement to an existing feature
P1
High: Likely tackled by core team if no one steps up
need/triage
Needs initial labeling and prioritization
need/approach
topic/pot
Issues handled by PT.
labels
Feb 16, 2022
LeslieOA
changed the title
Email user when their storage quota when nearing or exceeding their storage quota
Email user when their storage quota is nearing or exceeding their storage quota
Feb 17, 2022
LeslieOA
changed the title
Email user when their storage quota is nearing or exceeding their storage quota
Email user when their storage quota is nearing or exceeding their storage limit
Feb 17, 2022
LeslieOA
changed the title
Email user when their storage quota is nearing or exceeding their storage limit
Email user with their storage quota when nearing or exceeding their storage quota
Feb 17, 2022
LeslieOA
changed the title
Email user with their storage quota when nearing or exceeding their storage quota
Notify user with their storage quota when nearing or exceeding their storage quota
Feb 17, 2022
SGTM - I'd say crank it up to daily at 90% (and replace the last 2 bullets) |
mbommerez
changed the title
Notify user with their storage quota when nearing or exceeding their storage quota
Notify users & support when nearing or exceeding their storage quota
Mar 4, 2022
mbommerez
added
P3
Low: Not priority right now
and removed
P1
High: Likely tackled by core team if no one steps up
labels
Mar 7, 2022
1 task
mbommerez
changed the title
Notify users & support when nearing or exceeding their storage quota
Storage limit - Framework to get users and record emails sent
Mar 23, 2022
This was referenced Mar 30, 2022
3 tasks
adamalton
changed the title
Storage limit - Framework to get users and record emails sent
Storage limit - Framework to email users and record emails sent
May 11, 2022
adamalton
changed the title
Storage limit - Framework to email users and record emails sent
Storage limit - Framework to get users and record emails sent
May 11, 2022
18 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
need/approach
P3
Low: Not priority right now
pi/account-limits
topic/pot
Issues handled by PT.
Overarching user needs:
Notion - Enforcing-user-storage-capacity-limits
We can compare a users default (1TiB) or increased (
user_tag
table,tag
ofSTORAGE_LIMIT_BYTES
) storage quota to what their current used storage.Tasks
User details returned:
Node function in the
cron
package to call the DB functions to get the users that need emailing and save details of email sent.Send the email with MailChimp. This is split out into a sub-ticket: Storage limit - Add MailChimp email service #1153
Threshold milestones and email frequency (TBC):
A cron job every
{daily}
(at a minimum).MailChimp's API is the preferred method of email automation.
Questions
Do we need a
storage_usage_exceeded
table (as a snapshot of users who are over their quota) or will querying on cron and upload/pin suffice?CC @dchoi27 for email frequency.
The text was updated successfully, but these errors were encountered: