Skip to content

Add worker/service for BSO mailer

Vijay Hawoldar requested to merge vij-trigger-bso-email into vij-notify-bso-email

What does this MR do and why?

In !150115 (closed) we add a mailer for informing namespace owners that their namespace is read-only as a result of blocking seat overages.

In this MR, we trigger an async worker when adding members to a namespace. If that namespace has block seat overages enabled and is over their seat limit, it sends the email to the owners.

This uses the free user cap limit notification as a basis for implementation.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Vijay Hawoldar

Merge request reports