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...
Based on the GAE documentation and from my limited experience:
Application Error 5, The datastore operation timed out, Transaction collision for entity group
, ..)one write per second is a little low. it actually supports more than that. i would even say between 5 and 10 writes per second but i can't guarantee that of course.
if you hit that limit you will get an exception yes. the exception message will be:Too much contention on these datastore entities. please try again.
but i don't know/remember the exact Exception that will raise.
you have the choice to retry, continue or whatever else you think is right to to at that point.
you can't tell if you are close to a 1 write per second limit. it happens and you deal with it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With