[google-appengine] Re: Over Quota: Datastore Indices Count

2009-05-19 Thread kaspars...@gmail.com

I've only 8 indexes at the moment and I'm also getting Your
application is exceeding a quota: Datastore Indices Count. The
application is basically stuck for couple days.

Could you please reset the quota, app ID is lasi2.

Thanks,
Kaspars
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Task Queues and Asynchronous Processing TODAY

2008-12-10 Thread kaspars...@gmail.com

You might achieve this kind of functionality (and more) using
AppRocket http://code.google.com/p/approcket

Although it currently doesn't have a generic queuing service built in,
it's very easy to simulate. Just setup an entity
in AE for asynchronous tasks, for example QueueTask and have it
replicated to a MySql table.Then on hosted system
you can have a simple batch process that scans the table for new
records and performs the neccessary actions.

This is one way I personally levarage AR functionality. Another
advantage is that you can actually update data
in MySQL and it will be replicated back to AE automatically. This
would let you forget about AE request constrains.

Kaspars
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~--~~~~--~~--~--~---



[google-appengine] Re: How to Backup Datastore

2008-11-25 Thread kaspars...@gmail.com

You may also want to check out AppRocket which replicates AppEngine
datastore to MySQL:

http://code.google.com/p/approcket/

On Nov 18, 6:00 am, Edward [EMAIL PROTECTED] wrote:
 Is there a best practice for backing up one's datastore?

 Is there a way to do this on the Google site to avoid having to do
 this individually?  If not, is there something in the pipeline?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~--~~~~--~~--~--~---