I have an application that sends a notification email to users based upon certain criteria. Unfortunately, I quickly hit the quota limit since I run this notification once a day and it wants to send the messages in the cron task.
So my cron task aborts due to quota limits and I'm capped at sending around 14 messages day ... I *want* to send about 20. Sigh. Need to reimplement this as a cron that runs every hour and only sends 4 or 5 messages. Any way to get these quotas a little smarter about bursty behaviour, especially when the burst is around 1% of the quota, there is 100% of the quota remaining and it is coming from cron. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
