The18thHuman / angular-react-starter

Angular 18 & React 18 & Node Examples App starter
0 stars 0 forks source link

Out of quota #4

Open The18thHuman opened 3 days ago

The18thHuman commented 3 days ago

Current email provider for email notifications imposes quota on sent emails. Therefore sending a lot of emails while testing the pipeline in a short timeframe leads to getting blocked. One should either find a different provider or ensure that the quota isn't reached while testing. Particularly when its used by multiple pipeline runs simultaneously, because currently 2 conditions are satisfied at the same time, i.e. a pull request and a push to a feature branch.