Skip to content

Add column to store over user limit notification status

What does this MR do and why?

Add a column to namespace_details to store if we have notified owners of a namespace (via email) of going over their user limit. This column is intended to store a timestamp of the notification going out. The purpose of this persistence is to be able to filter these namespaces out when a cron scheduled worker runs all affected namespaces to not keep notifying (spamming) the owners.

Screenshots or screen recordings

n/a

How to set up and validate locally

  1. Run the migration
    bundle exec rails db:migrate 

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports