According to the Google App Engine documentation, writing to one entity group is limited to one write per second when using High Replication Datastore. So...
- What happens if I exceed this limit? Some kind of exception? And what should I do?
- How do I know that I'm close to exceeding this limit? I can design the application in a way that particular actions (adding an entity...) are not likely to happen often but naturally I can't guarantee that.