google-code-export / partychapp

Automatically exported from code.google.com/p/partychapp
1 stars 0 forks source link

Handle email quota errors in /invite better #186

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Filed by user Eduardo from channel sh-philias

Cannot invite using /invite, not with the web ui :(

partychapp--

:(

Original issue reported on code.google.com by iamedu on 19 Jul 2011 at 3:36

GoogleCodeExporter commented 9 years ago
This was because of running into an App Engine email quota issue. Additionally, 
we would try to send the email before doing the datastore action, and not catch 
the quota exceeded exception. We should handle that more gracefully.

Original comment by mihai.parparita on 19 Jul 2011 at 4:46