Sometimes the index servers get bogged down. When that happens, even for an empty datastore, you will have to wait for new indexes.
Slow initial index building is a pretty common complaint. Robert On Jul 20, 2010, at 20:59, GeekTantra <[email protected]> wrote: > I am trying to create an application on appengine. The problem is when > I deploy it to production, even with empty datastore, it takes atleast > 2 hours for the indexes to start serving. > > The contents of the index.yaml are: > - kind: comments > properties: > - name: content_type_id > - name: is_public > - name: is_removed > - name: object_pk > - name: site_id > - name: created > > - kind: comments > properties: > - name: content_type_id > - name: object_pk > - name: user_email > - name: user_name > - name: user_url > - name: created > > - kind: content_type > properties: > - name: app_label > - name: name > > - kind: pages > properties: > - name: post_status > - name: created > > - kind: pages > properties: > - name: post_status > - name: post_title > > - kind: posts > properties: > - name: post_status > - name: created > > - kind: posts > properties: > - name: post_status > - name: created > direction: desc > > > No since I want to make this application an opensource product its > important that people can deploy it instantly and see the results but > without the indexes being served instantly I start getting 500 > errors(NoIndexErrors) instantly when I deploy. Is there a work around. > Initially the datastore would be completely empty, so I presume the > Indexing shouldn't take so much time. > > -- > 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. > -- 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.
