[google-appengine] Re: over quota error

2018-09-25 Thread 'Amit (Google Cloud Support)' via Google App Engine
According to this 
 
document, when an application consumes all of an allocated resource, the 
resource becomes unavailable until the quota is replenished. Please note 
the resources that required to initiate a request, if that resource is 
unavailable, App Engine returns 403 or 503 error code for that request 
instead of calling the request handler. As you are not getting this error 
codes, it seems like initial resource to serve your application is 
available. If you have Silver, Gold, or Platinum support package 
 you can contact your support 
representative 
 to 
request higher throughput limits. Otherwise, you can file a feature request 
.

On Tuesday, September 25, 2018 at 1:45:03 PM UTC-4, ozapeace wrote:
>
> I am publishing the site on Google App Engine, but I am affected by 
> referrer spam. It reaches the upper limit and an over quota error has come 
> out. Can you respond?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e9e9d1ae-ed89-47a1-bfd3-fd0ad6e29b15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Over Quota Custom Message

2018-02-08 Thread Attila-Mihaly Balazs
Hossein,

If we're talking about AppEngine standard, you can set the static file 
which will be served for particular sitations (over quota, timeout, etc): 
see "error_handlers" here: 
https://cloud.google.com/appengine/docs/standard/python/config/appref

Cheers,
Attila

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f08950fa-7840-4944-b719-ab360de690e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Over Quota Custom Message

2018-02-05 Thread 'George (Cloud Platform Support)' via Google App Engine
It is a lot of subjectivity involved here, in declaring a 503 error 
friendly or not: for the one who finds this information useful, the same 
string may well seem friendly. How would you formulate the 503 error 
friendlier? What extra information would you like to see included with this 
message? What is the use-case that requires extra information and 
re-formulation of the error message? 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/47743657-51ba-41cc-bdf0-011272ad1e48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Over Quota Custom Message

2018-02-04 Thread Hossein Amerkashi
Hi, Instead of a 503 error code, would like to create a custom, friendlier
messages. Is that possible?

On Sun, Feb 4, 2018 at 3:00 PM, 'George (Cloud Platform Support)' via
Google App Engine  wrote:

> If your app exceeds the free quota for a resource needed to initiate a
> request, such as the bandwidth quota or instance hours quota, users of the
> app will get a server error, such as a HTTP 503 error. For all other
> services, exceeding quota from a free app will generate a quota exception
> that your app can handle gracefully by showing a message to the users. The
> "App Engine Pricing" page [1] provides more related information.
>
> How would you like to configure your custom over-quota message? What
> information would you like to see in that message, more than what is
> provided with the 503 error? To whom would you like to see this message
> sent?
>
> It may prove worthwhile mentioning that for users of Firebase, there is
> more help with warnings, when certain percentages of quotas are passed. To
> track your Cloud Firestore costs, create a monthly budget in the Cloud
> Platform Console. Budgets won't limit your usage, but you can set alerts to
> notify you when you're approaching or exceeding your planned costs for the
> month. You may check the "Monitor Usage and Billing" page [2] for details.
>
> [1] https://cloud.google.com/appengine/pricing?csw=1#other-resources
> [2] https://firebase.google.com/docs/firestore/usage
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-appengine/pclwc5kIuzk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/9f16b629-17e9-4d7c-8e6f-
> 3d884f6fef04%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAE0i7w%3DBvJY4tQCie92L3G8N7qQbNuUYCEJuPUNUAvCvG0Q5OQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Over Quota Custom Message

2018-02-04 Thread 'George (Cloud Platform Support)' via Google App Engine
If your app exceeds the free quota for a resource needed to initiate a 
request, such as the bandwidth quota or instance hours quota, users of the 
app will get a server error, such as a HTTP 503 error. For all other 
services, exceeding quota from a free app will generate a quota exception 
that your app can handle gracefully by showing a message to the users. The 
"App Engine Pricing" page [1] provides more related information. 

How would you like to configure your custom over-quota message? What 
information would you like to see in that message, more than what is 
provided with the 503 error? To whom would you like to see this message 
sent? 

It may prove worthwhile mentioning that for users of Firebase, there is 
more help with warnings, when certain percentages of quotas are passed. To 
track your Cloud Firestore costs, create a monthly budget in the Cloud 
Platform Console. Budgets won't limit your usage, but you can set alerts to 
notify you when you're approaching or exceeding your planned costs for the 
month. You may check the "Monitor Usage and Billing" page [2] for details. 

[1] https://cloud.google.com/appengine/pricing?csw=1#other-resources
[2] https://firebase.google.com/docs/firestore/usage

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9f16b629-17e9-4d7c-8e6f-3d884f6fef04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Over Quota - This application is temporarily over its serving quota. Please try again later.

2016-12-09 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Even though your billing is enabled for your project, you may still need to 
increase your daily Spending Limit 
 to 
allow your project to use more than the free quotas. You should also ensure 
that your billing account is in good standing by seeing if there are any 
warnings in your console . In 
addition, there is a limit of 10GB of storage per index for the Search API. 
You would need to request for a quota increase 
 if you are hitting 
this limit. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d0bd16e6-5cd0-4718-812a-53ab25c35f8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Over Quota Errors last night

2016-06-17 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
You mention that this is an old Datastore bug.  Is this a known issue on 
the App Engine public issue tracker 
?  If so, which 
issue is it?  Linking to it here may be helpful for the community.

On Tuesday, June 14, 2016 at 9:32:27 AM UTC-4, Joshua Smith wrote:
>
> One of my apps threw a few hundred “Over Quota” errors last night. 
>
> However, the app has billing enabled, I’m not aware of any quotas being 
> enforced, and the bills show negligible usage. Was there some kind of an 
> outage last night that google didn’t report? So far all I can find in the 
> logs are the stack traces of the specific requests that were denied, but I 
> can’t figure out why google thought my app was over quota. However, the new 
> console makes finding pretty much anything pretty much impossible, so it’s 
> entirely possible the information I need is there and I just can’t find it. 
>
> Advice on how to proceed? 
>
> -Joshua 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/57afa0b8-595e-44a8-a4bc-35f7b9b4a617%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Over Quota Errors last night

2016-06-14 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
According to the Status Dashboard , there 
were no known issues regarding quotas yesterday at all.

As shown here 
,
 
various quotas may be encountered by a given application.  Even with 
billing enabled, one can still encounter OverQuotaErrors by reaching spending 
limits  or 
per-minute safety limits.  If quota error are encountered today, you can 
view them in the Developers Console by going to the *App Engine* dashboard 
and selecting *Quotas*.  If encountered prior to today, you can select *VIEW 
USAGE HISTORY*.  Here, you can view many months worth of daily usage 
reports.  Though it won't reveal usage over quotas, you can see from the 
previous page how much usage is considered over quota and compare that way.

In addition, the errors encountering should be searchable in your logs. 
 The article When a Resource is Depleted 
 
demonstrates how to catch such exceptions at runtime.  This can be used in 
conjunction with admin emails to be made aware of such occurrences as soon 
as they happen in the future.

Hope this helps!

On Tuesday, June 14, 2016 at 9:32:27 AM UTC-4, Joshua Smith wrote:
>
> One of my apps threw a few hundred “Over Quota” errors last night. 
>
> However, the app has billing enabled, I’m not aware of any quotas being 
> enforced, and the bills show negligible usage. Was there some kind of an 
> outage last night that google didn’t report? So far all I can find in the 
> logs are the stack traces of the specific requests that were denied, but I 
> can’t figure out why google thought my app was over quota. However, the new 
> console makes finding pretty much anything pretty much impossible, so it’s 
> entirely possible the information I need is there and I just can’t find it. 
>
> Advice on how to proceed? 
>
> -Joshua 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/78f541d0-5ad9-4952-91d3-e0b9c9ed023f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Over quota error without being over quota

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Ivan,

If you believe you've run into an issue on the platform, the best place to 
post is the Public Issue Tracker 
. As it stands, we'll 
be happy to look into your app regardless, but it's good to know the right 
forum for future posts, anyhow. One possible explanation for this is that 
you didn't exceed the daily quote but a rate-limiting quota defined over a 
smaller time-frame.  Providing not just your project ID but some 
information about how you're using the datastore, information / estimation 
about how often you make calls, the theoretical upper bound on how often 
you could make calls if your app were under heavy use, etc. will greatly 
speed up our ability to diagnose what's happening and, if necessary, 
implement a fix.

Cheers!

Nick
Cloud Platform Community Support

On Wednesday, June 1, 2016 at 10:56:40 AM UTC-4, Ivan matatool wrote:
>
>
> Hi, I've seen this thread here before but I also saw people that reported 
> their problem and didn't get a reply. 
>
> I'm getting this error in my app:
>
> com.google.apphosting.api.ApiProxy$OverQuotaException: The API call 
> datastore_v3.Put() required more quota than is available. 
>
> I've checked and I'm not even close to reaching the daily limit. I noticed 
> in the last thread someone from google fixed their app. Can someone please 
> fix mine?
>
> Thanks!
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/48caa7f6-609c-423d-b804-42547eabe47c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Over Quota Error - but not over Quota?

2012-02-08 Thread John Wheeler
Hello, I am getting the same error and have the same symptoms from the Java 
side. Please advise.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/o4QOMst_x70J.
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: Over Quota Error - but not over Quota?

2012-02-08 Thread PK
I was getting the same error with mail quota although I am below budget. 
That was a very serious issue, I think is fixed now. I filed issue 6899

PK

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/_O19SogdZ38J.
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.



Re: [google-appengine] Re: Over Quota Error - but not over Quota?

2012-02-08 Thread Robert Kluin
Did either of you file a production issue about this?
  
http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue



Robert



On Wed, Feb 8, 2012 at 21:08, John Wheeler j...@highvolumeseller.com wrote:
 Hello, I am getting the same error and have the same symptoms from the Java
 side. Please advise.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine/-/o4QOMst_x70J.

 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.

-- 
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: Over quota exception even though plenty of quota is available?

2011-10-14 Thread Alexis
I've already got these exceptions too, while running mapreduce.
I fixed this by reducing the rate at which workers were executed.

Here are the issue's details:
http://code.google.com/p/googleappengine/issues/detail?id=5608

-- 
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: Over quota exception even though plenty of quota is available?

2011-10-12 Thread Simon Knott
How big is the entity?  Could it be over the 1MB-per-entity limit?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/hsAdl0vqifkJ.
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.



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

2011-04-26 Thread Matt Atwater
Nick,

I know this is an older thread but I am also seeing this issue.  I have seen 
this on my production app as well as test apps.  I've vacuumed the indexes 
but the quota stays the same.  The apps are:

aprigocloudlock
aprigoninjadev
aprigoninja4
cloudlockdev
cloudlockqa2

Thanks,
Matt Atwater

-- 
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: Over Quota Error on TaskQueue when Quota is Available

2010-10-22 Thread Aaron
This was my mistake.  Because I had exeeded the quota yesterday, there
were tasks queued up from yesterday that were sending those errors.

On Oct 22, 2:48 am, Aaron aaron.t.che...@gmail.com wrote:
 Hi!

 After uploading a new version of my app today, I started receiving
 Over Quota Errors as a result of a cron task that queues up sixty
 tasks every minute.  As far as I can see from my admin dashboard, I
 have not exceeded the quota (especially since the quotas just reset).
 However, I'm still receiving these Over Quota Errors.

 Just a note: I mistakenly let a task queue get out of hand yesterday,
 so I exceeded my quota from yesterday.  Does this roll over and affect
 my quota for future days?

 Thanks,
 Aaron

-- 
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-appeng...@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: Over Quota Error on TaskQueue when Quota is Available

2010-10-22 Thread sodso
Every task has the following task headers which youmay use to kill any
ghost tasks. cheers !

Task Request Headers

Requests from the Task Queue service contain the following HTTP
headers:

* X-AppEngine-QueueName, the name of the queue (possibly default)
* X-AppEngine-TaskName, the name of the task, or a system-
generated unique ID if no name was specified
* X-AppEngine-TaskRetryCount, the number of times this task has
been retried; for the first attempt, this value is 0


On Oct 22, 3:15 pm, Aaron aaron.t.che...@gmail.com wrote:
 This was my mistake.  Because I had exeeded the quota yesterday, there
 were tasks queued up from yesterday that were sending those errors.

 On Oct 22, 2:48 am, Aaron aaron.t.che...@gmail.com wrote: Hi!

  After uploading a new version of my app today, I started receiving
  Over Quota Errors as a result of a cron task that queues up sixty
  tasks every minute.  As far as I can see from my admin dashboard, I
  have not exceeded the quota (especially since the quotas just reset).
  However, I'm still receiving these Over Quota Errors.

  Just a note: I mistakenly let a task queue get out of hand yesterday,
  so I exceeded my quota from yesterday.  Does this roll over and affect
  my quota for future days?

  Thanks,
  Aaron

-- 
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-appeng...@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: Over Quota Error on TaskQueue when Quota is Available

2010-10-22 Thread sodso
Task Request Headers

Requests from the Task Queue service contain the following HTTP
headers:

* X-AppEngine-QueueName, the name of the queue (possibly default)
* X-AppEngine-TaskName, the name of the task, or a system-
generated unique ID if no name was specified
* X-AppEngine-TaskRetryCount, the number of times this task has
been retried; for the first attempt, this value is 0


On Oct 22, 3:15 pm, Aaron aaron.t.che...@gmail.com wrote:
 This was my mistake.  Because I had exeeded the quota yesterday, there
 were tasks queued up from yesterday that were sending those errors.

 On Oct 22, 2:48 am, Aaron aaron.t.che...@gmail.com wrote:

  Hi!

  After uploading a new version of my app today, I started receiving
  Over Quota Errors as a result of a cron task that queues up sixty
  tasks every minute.  As far as I can see from my admin dashboard, I
  have not exceeded the quota (especially since the quotas just reset).
  However, I'm still receiving these Over Quota Errors.

  Just a note: I mistakenly let a task queue get out of hand yesterday,
  so I exceeded my quota from yesterday.  Does this roll over and affect
  my quota for future days?

  Thanks,
  Aaron

-- 
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-appeng...@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: Over Quota for over 6 hours and Green Dashboard !

2010-09-06 Thread Albert
Hi Yohan!

What do you mean by shows green everywhere?

With the way I see it in my admin, the quota resources are shown as
bars with a gray background, and then you see green bars progressing
as you consume your allocated resources. So when you say shows green
everywhere. I'm assuming that you've hit the maximum allocated
resources. Which also explains why you're getting the 503 errors. You
should probably increase your resource allocation by increasing your
billing budget.

But if you literally mean that the dashboard shows green in everything
(even in resources you don't consume), then that definitely seems like
a problem on Google's side.

By the way, congratulations on your high traffic app.

I hope this helps.



Albert

On Sep 6, 10:39 pm, yohan radioactive yohan.radioact...@gmail.com
wrote:
 Hi there,

 Simple one : the app has been displaying an 503 Over Quota error for
 the last 6 hours although the dashboard shows green everywhere.

 I suspect the app has been disabled from your side since the
 previous deployment was killing the quota real fast. I fixed it in
 latest release now can I get my app back please ? (serving 10M
 requests per day... being down like that is not an option).

 Thanks and Regards,
 (i love GAE but more useful error messages would be appreciable)

-- 
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-appeng...@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: Over Quota: Datastore Indices Count

2009-10-20 Thread Nick Johnson (Google)
Fixed.
-Nick Johnson

On Mon, Oct 19, 2009 at 10:05 PM, james james.r...@gmail.com wrote:


 I am seeing this issue on application vhac again.  Can you reset
 again?  Not sure if it is something we are doing ...

 On Sep 9, 1:38 pm, Jeff S (Google) j...@google.com wrote:
  Hi James,
 
  This has been resolved for vhac.
 
  Thank you,
 
  Jeff
 
 
 
  On Wed, Sep 9, 2009 at 12:07 AM, james james.r...@gmail.com wrote:
 
   Hello -
 
   I am also experiencing the same issue.
 
   After updating my app (app-id: vhac) the dashboard is reported that I
   am
   exceeding quota at 100% for the datastore indices count. Can you reset
   the quota?  Thanks
 
   -James
 
   On Aug 11, 3:52 am, Nick Johnson (Google) nick.john...@google.com
   wrote:
I've reset quotas for me-trics and labpixiesdata. I can't reset
NiklasRTZ's index quota, since he didn't provide an App ID.
 
-Nick Johnson
 
On Tue, Aug 11, 2009 at 7:24 AM, Guy Rutenbergg...@labpixies.com
   wrote:
 
 Hi Jeff,
 
 We are experiencing the same issue with app-id: labpixiesdata. It
 reportsDatastoreIndicesCountis 100 of 100, while the index page
 only lists 3 indexes and our entities are small without many
 properties. I don't think we did an index vacuum (at least not
 recently).
 
 I would appreciate if you could look at it and sort it out. Also
 would
 you be able to say how can we avoid this situation at all?
 
 Thanks,
 
 Guy
 
 On Jun 30, 3:05 am, Jeff S (Google) j...@google.com wrote:
 Hi Thomas,
 
 I've rest this quota, apologies for the delay.
 
 Thank you,
 
 Jeff
 
 On Sun, Jun 28, 2009 at 8:03 PM, Thomas McKay -
 www.winebythebar.com
 
 thomasfmc...@gmail.com wrote:
 
  Dashboard says over quota onindicesagain. No updates or vacuums
  today.
  App: winebythebar
 
  On Jun 23, 12:46 pm, Jeff S (Google) j...@google.com wrote:
   Hi Thomas,
   I've reset the indexcount, apologies for the inconvenience.
 
   Happy coding,
 
   Jeff
 
   On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -
  www.winebythebar.com
 
   thomasfmc...@gmail.com wrote:
 
My app is getting Your application is exceeding a
   quota:Datastore
   IndicesCount after a vacuum. Could I get a reset
 ofindicescount
please?
App:  winebythebar
 
On May 23, 11:50 pm, fedestabile 
 stabile.feder...@gmail.com
   wrote:
 Thanks Jeff, it's working fine now :)
 
 Cheers,
 Fred
 
 On May 20, 5:48 am, Jeff S (Google) j...@google.com
   wrote:
 
  Fred, I've reset the indexcountso you should be all set.
   Kaspars
  I've reset the indexquotaforyourapp as well and it looks
   like you
  had some indexes which were stuck in the building state
 so
   I've
  moved
  them to error.
 
  Happy coding,
 
  Jeff
 
  On May 19, 2:11 am, kaspars...@gmail.com 
   kaspars...@gmail.com
  wrote:
 
   I've only 8 indexes at the moment and I'm also getting
   Your
  applicationisexceedingaquota:DatastoreIndicesCount.
 The
  applicationis basically stuck for couple days.
 
   Could you please reset thequota, app ID is lasi2.
 
   Thanks,
   Kaspars
 
--
Nick Johnson, Developer Programs Engineer, App Engine
 



-- 
Nick Johnson, Developer Programs Engineer, App Engine
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-10-08 Thread gumptionthomas

Hi Nick.  We're seeing this same issue on 'giftag-int'.  Could we get
a reset as well?

-Thomas

On Sep 9, 5:08 am, Nick Johnson (Google) nick.john...@google.com
wrote:
 Hi James,
 I've reset your index quota.

 -Nick Johnson



 On Wed, Sep 9, 2009 at 8:07 AM, james james.r...@gmail.com wrote:

  Hello -

  I am also experiencing the same issue.

  After updating my app (app-id: vhac) the dashboard is reported that I
  am
  exceeding quota at 100% for the datastore indices count. Can you reset
  the quota?  Thanks

  -James

  On Aug 11, 3:52 am, Nick Johnson (Google) nick.john...@google.com
  wrote:
   I've reset quotas for me-trics and labpixiesdata. I can't reset
   NiklasRTZ's index quota, since he didn't provide an App ID.

   -Nick Johnson

   On Tue, Aug 11, 2009 at 7:24 AM, Guy Rutenbergg...@labpixies.com
  wrote:

Hi Jeff,

We are experiencing the same issue with app-id: labpixiesdata. It
reportsDatastoreIndicesCountis 100 of 100, while the index page
only lists 3 indexes and our entities are small without many
properties. I don't think we did an index vacuum (at least not
recently).

I would appreciate if you could look at it and sort it out. Also would
you be able to say how can we avoid this situation at all?

Thanks,

Guy

On Jun 30, 3:05 am, Jeff S (Google) j...@google.com wrote:
Hi Thomas,

I've rest this quota, apologies for the delay.

Thank you,

Jeff

On Sun, Jun 28, 2009 at 8:03 PM, Thomas McKay -www.winebythebar.com

thomasfmc...@gmail.com wrote:

 Dashboard says over quota onindicesagain. No updates or vacuums
 today.
 App: winebythebar

 On Jun 23, 12:46 pm, Jeff S (Google) j...@google.com wrote:
  Hi Thomas,
  I've reset the indexcount, apologies for the inconvenience.

  Happy coding,

  Jeff

  On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -
 www.winebythebar.com

  thomasfmc...@gmail.com wrote:

   My app is getting Your application is exceeding a
  quota:Datastore
  IndicesCount after a vacuum. Could I get a reset ofindicescount
   please?
   App:  winebythebar

   On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com
  wrote:
Thanks Jeff, it's working fine now :)

Cheers,
Fred

On May 20, 5:48 am, Jeff S (Google) j...@google.com
  wrote:

 Fred, I've reset the indexcountso you should be all set.
  Kaspars
 I've reset the indexquotaforyourapp as well and it looks
  like you
 had some indexes which were stuck in the building state so
  I've
 moved
 them to error.

 Happy coding,

 Jeff

 On May 19, 2:11 am, kaspars...@gmail.com 
  kaspars...@gmail.com
 wrote:

  I've only 8 indexes at the moment and I'm also getting
  Your
 applicationisexceedingaquota:DatastoreIndicesCount. The
 applicationis basically stuck for couple days.

  Could you please reset thequota, app ID is lasi2.

  Thanks,
  Kaspars

   --
   Nick Johnson, Developer Programs Engineer, App Engine

 --
 Nick Johnson, Developer Programs Engineer, App Engine
--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-10-08 Thread Jeff S (Google)
Hi Thomas,

I've reset your index count quota. It didn't look like you had any indexes
stuck in the building state.

Happy coding,

Jeff

On Thu, Oct 8, 2009 at 9:45 AM, gumptionthomas thomasbohmb...@gmail.comwrote:


 Hi Nick.  We're seeing this same issue on 'giftag-int'.  Could we get
 a reset as well?

 -Thomas

 On Sep 9, 5:08 am, Nick Johnson (Google) nick.john...@google.com
 wrote:
  Hi James,
  I've reset your index quota.
 
  -Nick Johnson
 
 
 
  On Wed, Sep 9, 2009 at 8:07 AM, james james.r...@gmail.com wrote:
 
   Hello -
 
   I am also experiencing the same issue.
 
   After updating my app (app-id: vhac) the dashboard is reported that I
   am
   exceeding quota at 100% for the datastore indices count. Can you reset
   the quota?  Thanks
 
   -James
 
   On Aug 11, 3:52 am, Nick Johnson (Google) nick.john...@google.com
   wrote:
I've reset quotas for me-trics and labpixiesdata. I can't reset
NiklasRTZ's index quota, since he didn't provide an App ID.
 
-Nick Johnson
 
On Tue, Aug 11, 2009 at 7:24 AM, Guy Rutenbergg...@labpixies.com
   wrote:
 
 Hi Jeff,
 
 We are experiencing the same issue with app-id: labpixiesdata. It
 reportsDatastoreIndicesCountis 100 of 100, while the index page
 only lists 3 indexes and our entities are small without many
 properties. I don't think we did an index vacuum (at least not
 recently).
 
 I would appreciate if you could look at it and sort it out. Also
 would
 you be able to say how can we avoid this situation at all?
 
 Thanks,
 
 Guy
 
 On Jun 30, 3:05 am, Jeff S (Google) j...@google.com wrote:
 Hi Thomas,
 
 I've rest this quota, apologies for the delay.
 
 Thank you,
 
 Jeff
 
 On Sun, Jun 28, 2009 at 8:03 PM, Thomas McKay -
 www.winebythebar.com
 
 thomasfmc...@gmail.com wrote:
 
  Dashboard says over quota onindicesagain. No updates or vacuums
  today.
  App: winebythebar
 
  On Jun 23, 12:46 pm, Jeff S (Google) j...@google.com wrote:
   Hi Thomas,
   I've reset the indexcount, apologies for the inconvenience.
 
   Happy coding,
 
   Jeff
 
   On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -
  www.winebythebar.com
 
   thomasfmc...@gmail.com wrote:
 
My app is getting Your application is exceeding a
   quota:Datastore
   IndicesCount after a vacuum. Could I get a reset
 ofindicescount
please?
App:  winebythebar
 
On May 23, 11:50 pm, fedestabile 
 stabile.feder...@gmail.com
   wrote:
 Thanks Jeff, it's working fine now :)
 
 Cheers,
 Fred
 
 On May 20, 5:48 am, Jeff S (Google) j...@google.com
   wrote:
 
  Fred, I've reset the indexcountso you should be all set.
   Kaspars
  I've reset the indexquotaforyourapp as well and it looks
   like you
  had some indexes which were stuck in the building state
 so
   I've
  moved
  them to error.
 
  Happy coding,
 
  Jeff
 
  On May 19, 2:11 am, kaspars...@gmail.com 
   kaspars...@gmail.com
  wrote:
 
   I've only 8 indexes at the moment and I'm also getting
   Your
  applicationisexceedingaquota:DatastoreIndicesCount.
 The
  applicationis basically stuck for couple days.
 
   Could you please reset thequota, app ID is lasi2.
 
   Thanks,
   Kaspars
 
--
Nick Johnson, Developer Programs Engineer, App Engine
 
  --
  Nick Johnson, Developer Programs Engineer, App Engine
 


--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-09-09 Thread james

Hello -

I am also experiencing the same issue.

After updating my app (app-id: vhac) the dashboard is reported that I
am
exceeding quota at 100% for the datastore indices count. Can you reset
the quota?  Thanks

-James



On Aug 11, 3:52 am, Nick Johnson (Google) nick.john...@google.com
wrote:
 I've reset quotas for me-trics and labpixiesdata. I can't reset
 NiklasRTZ's index quota, since he didn't provide an App ID.

 -Nick Johnson





 On Tue, Aug 11, 2009 at 7:24 AM, Guy Rutenbergg...@labpixies.com wrote:

  Hi Jeff,

  We are experiencing the same issue with app-id: labpixiesdata. It
  reportsDatastoreIndicesCountis 100 of 100, while the index page
  only lists 3 indexes and our entities are small without many
  properties. I don't think we did an index vacuum (at least not
  recently).

  I would appreciate if you could look at it and sort it out. Also would
  you be able to say how can we avoid this situation at all?

  Thanks,

  Guy

  On Jun 30, 3:05 am, Jeff S (Google) j...@google.com wrote:
  Hi Thomas,

  I've rest this quota, apologies for the delay.

  Thank you,

  Jeff

  On Sun, Jun 28, 2009 at 8:03 PM, Thomas McKay -www.winebythebar.com

  thomasfmc...@gmail.com wrote:

   Dashboard says over quota onindicesagain. No updates or vacuums
   today.
   App: winebythebar

   On Jun 23, 12:46 pm, Jeff S (Google) j...@google.com wrote:
Hi Thomas,
I've reset the indexcount, apologies for the inconvenience.

Happy coding,

Jeff

On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -www.winebythebar.com

thomasfmc...@gmail.com wrote:

 My app is getting Your application is exceeding a quota:Datastore
IndicesCount after a vacuum. Could I get a reset ofindicescount
 please?
 App:  winebythebar

 On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com wrote:
  Thanks Jeff, it's working fine now :)

  Cheers,
  Fred

  On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:

   Fred, I've reset the indexcountso you should be all set. Kaspars
   I've reset the indexquotaforyourapp as well and it looks like you
   had some indexes which were stuck in the building state so I've
   moved
   them to error.

   Happy coding,

   Jeff

   On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
   wrote:

I've only 8 indexes at the moment and I'm also getting Your
   applicationisexceedingaquota:DatastoreIndicesCount. The
   applicationis basically stuck for couple days.

Could you please reset thequota, app ID is lasi2.

Thanks,
Kaspars

 --
 Nick Johnson, Developer Programs Engineer, App Engine
--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-09-09 Thread Nick Johnson (Google)
Hi James,
I've reset your index quota.

-Nick Johnson

On Wed, Sep 9, 2009 at 8:07 AM, james james.r...@gmail.com wrote:


 Hello -

 I am also experiencing the same issue.

 After updating my app (app-id: vhac) the dashboard is reported that I
 am
 exceeding quota at 100% for the datastore indices count. Can you reset
 the quota?  Thanks

 -James



 On Aug 11, 3:52 am, Nick Johnson (Google) nick.john...@google.com
 wrote:
  I've reset quotas for me-trics and labpixiesdata. I can't reset
  NiklasRTZ's index quota, since he didn't provide an App ID.
 
  -Nick Johnson
 
 
 
 
 
  On Tue, Aug 11, 2009 at 7:24 AM, Guy Rutenbergg...@labpixies.com
 wrote:
 
   Hi Jeff,
 
   We are experiencing the same issue with app-id: labpixiesdata. It
   reportsDatastoreIndicesCountis 100 of 100, while the index page
   only lists 3 indexes and our entities are small without many
   properties. I don't think we did an index vacuum (at least not
   recently).
 
   I would appreciate if you could look at it and sort it out. Also would
   you be able to say how can we avoid this situation at all?
 
   Thanks,
 
   Guy
 
   On Jun 30, 3:05 am, Jeff S (Google) j...@google.com wrote:
   Hi Thomas,
 
   I've rest this quota, apologies for the delay.
 
   Thank you,
 
   Jeff
 
   On Sun, Jun 28, 2009 at 8:03 PM, Thomas McKay -www.winebythebar.com
 
   thomasfmc...@gmail.com wrote:
 
Dashboard says over quota onindicesagain. No updates or vacuums
today.
App: winebythebar
 
On Jun 23, 12:46 pm, Jeff S (Google) j...@google.com wrote:
 Hi Thomas,
 I've reset the indexcount, apologies for the inconvenience.
 
 Happy coding,
 
 Jeff
 
 On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -
 www.winebythebar.com
 
 thomasfmc...@gmail.com wrote:
 
  My app is getting Your application is exceeding a
 quota:Datastore
 IndicesCount after a vacuum. Could I get a reset ofindicescount
  please?
  App:  winebythebar
 
  On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com
 wrote:
   Thanks Jeff, it's working fine now :)
 
   Cheers,
   Fred
 
   On May 20, 5:48 am, Jeff S (Google) j...@google.com
 wrote:
 
Fred, I've reset the indexcountso you should be all set.
 Kaspars
I've reset the indexquotaforyourapp as well and it looks
 like you
had some indexes which were stuck in the building state so
 I've
moved
them to error.
 
Happy coding,
 
Jeff
 
On May 19, 2:11 am, kaspars...@gmail.com 
 kaspars...@gmail.com
wrote:
 
 I've only 8 indexes at the moment and I'm also getting
 Your
applicationisexceedingaquota:DatastoreIndicesCount. The
applicationis basically stuck for couple days.
 
 Could you please reset thequota, app ID is lasi2.
 
 Thanks,
 Kaspars
 
  --
  Nick Johnson, Developer Programs Engineer, App Engine
 



-- 
Nick Johnson, Developer Programs Engineer, App Engine

--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-09-09 Thread Jeff S (Google)
Hi James,

This has been resolved for vhac.

Thank you,

Jeff

On Wed, Sep 9, 2009 at 12:07 AM, james james.r...@gmail.com wrote:


 Hello -

 I am also experiencing the same issue.

 After updating my app (app-id: vhac) the dashboard is reported that I
 am
 exceeding quota at 100% for the datastore indices count. Can you reset
 the quota?  Thanks

 -James



 On Aug 11, 3:52 am, Nick Johnson (Google) nick.john...@google.com
 wrote:
  I've reset quotas for me-trics and labpixiesdata. I can't reset
  NiklasRTZ's index quota, since he didn't provide an App ID.
 
  -Nick Johnson
 
 
 
 
 
  On Tue, Aug 11, 2009 at 7:24 AM, Guy Rutenbergg...@labpixies.com
 wrote:
 
   Hi Jeff,
 
   We are experiencing the same issue with app-id: labpixiesdata. It
   reportsDatastoreIndicesCountis 100 of 100, while the index page
   only lists 3 indexes and our entities are small without many
   properties. I don't think we did an index vacuum (at least not
   recently).
 
   I would appreciate if you could look at it and sort it out. Also would
   you be able to say how can we avoid this situation at all?
 
   Thanks,
 
   Guy
 
   On Jun 30, 3:05 am, Jeff S (Google) j...@google.com wrote:
   Hi Thomas,
 
   I've rest this quota, apologies for the delay.
 
   Thank you,
 
   Jeff
 
   On Sun, Jun 28, 2009 at 8:03 PM, Thomas McKay -www.winebythebar.com
 
   thomasfmc...@gmail.com wrote:
 
Dashboard says over quota onindicesagain. No updates or vacuums
today.
App: winebythebar
 
On Jun 23, 12:46 pm, Jeff S (Google) j...@google.com wrote:
 Hi Thomas,
 I've reset the indexcount, apologies for the inconvenience.
 
 Happy coding,
 
 Jeff
 
 On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -
 www.winebythebar.com
 
 thomasfmc...@gmail.com wrote:
 
  My app is getting Your application is exceeding a
 quota:Datastore
 IndicesCount after a vacuum. Could I get a reset ofindicescount
  please?
  App:  winebythebar
 
  On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com
 wrote:
   Thanks Jeff, it's working fine now :)
 
   Cheers,
   Fred
 
   On May 20, 5:48 am, Jeff S (Google) j...@google.com
 wrote:
 
Fred, I've reset the indexcountso you should be all set.
 Kaspars
I've reset the indexquotaforyourapp as well and it looks
 like you
had some indexes which were stuck in the building state so
 I've
moved
them to error.
 
Happy coding,
 
Jeff
 
On May 19, 2:11 am, kaspars...@gmail.com 
 kaspars...@gmail.com
wrote:
 
 I've only 8 indexes at the moment and I'm also getting
 Your
applicationisexceedingaquota:DatastoreIndicesCount. The
applicationis basically stuck for couple days.
 
 Could you please reset thequota, app ID is lasi2.
 
 Thanks,
 Kaspars
 
  --
  Nick Johnson, Developer Programs Engineer, App Engine
 


--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-08-11 Thread Guy Rutenberg

Hi Jeff,

We are experiencing the same issue with app-id: labpixiesdata. It
reports Datastore Indices Count is 100 of 100, while the index page
only lists 3 indexes and our entities are small without many
properties. I don't think we did an index vacuum (at least not
recently).

I would appreciate if you could look at it and sort it out. Also would
you be able to say how can we avoid this situation at all?


Thanks,

Guy

On Jun 30, 3:05 am, Jeff S (Google) j...@google.com wrote:
 Hi Thomas,

 I've rest this quota, apologies for the delay.

 Thank you,

 Jeff

 On Sun, Jun 28, 2009 at 8:03 PM, Thomas McKay -www.winebythebar.com

 thomasfmc...@gmail.com wrote:

  Dashboard says over quota on indices again. No updates or vacuums
  today.
  App: winebythebar

  On Jun 23, 12:46 pm, Jeff S (Google) j...@google.com wrote:
   Hi Thomas,
   I've reset the index count, apologies for the inconvenience.

   Happy coding,

   Jeff

   On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -www.winebythebar.com

   thomasfmc...@gmail.com wrote:

My app is getting Your application is exceeding a quota: Datastore
Indices Count after a vacuum. Could I get a reset of indices count
please?
App:  winebythebar

On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com wrote:
 Thanks Jeff, it's working fine now :)

 Cheers,
 Fred

 On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:

  Fred, I've reset the indexcountso you should be all set. Kaspars
  I've reset the indexquotaforyourapp as well and it looks like you
  had some indexes which were stuck in the building state so I've
  moved
  them to error.

  Happy coding,

  Jeff

  On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
  wrote:

   I've only 8 indexes at the moment and I'm also getting Your
  applicationisexceedingaquota:DatastoreIndicesCount. The
  applicationis basically stuck for couple days.

   Could you please reset thequota, 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: Over Quota: Datastore Indices Count

2009-08-11 Thread Nick Johnson (Google)

I've reset quotas for me-trics and labpixiesdata. I can't reset
NiklasRTZ's index quota, since he didn't provide an App ID.

-Nick Johnson


On Tue, Aug 11, 2009 at 7:24 AM, Guy Rutenbergg...@labpixies.com wrote:

 Hi Jeff,

 We are experiencing the same issue with app-id: labpixiesdata. It
 reports Datastore Indices Count is 100 of 100, while the index page
 only lists 3 indexes and our entities are small without many
 properties. I don't think we did an index vacuum (at least not
 recently).

 I would appreciate if you could look at it and sort it out. Also would
 you be able to say how can we avoid this situation at all?


 Thanks,

 Guy

 On Jun 30, 3:05 am, Jeff S (Google) j...@google.com wrote:
 Hi Thomas,

 I've rest this quota, apologies for the delay.

 Thank you,

 Jeff

 On Sun, Jun 28, 2009 at 8:03 PM, Thomas McKay -www.winebythebar.com

 thomasfmc...@gmail.com wrote:

  Dashboard says over quota on indices again. No updates or vacuums
  today.
  App: winebythebar

  On Jun 23, 12:46 pm, Jeff S (Google) j...@google.com wrote:
   Hi Thomas,
   I've reset the index count, apologies for the inconvenience.

   Happy coding,

   Jeff

   On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -www.winebythebar.com

   thomasfmc...@gmail.com wrote:

My app is getting Your application is exceeding a quota: Datastore
Indices Count after a vacuum. Could I get a reset of indices count
please?
App:  winebythebar

On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com wrote:
 Thanks Jeff, it's working fine now :)

 Cheers,
 Fred

 On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:

  Fred, I've reset the indexcountso you should be all set. Kaspars
  I've reset the indexquotaforyourapp as well and it looks like you
  had some indexes which were stuck in the building state so I've
  moved
  them to error.

  Happy coding,

  Jeff

  On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
  wrote:

   I've only 8 indexes at the moment and I'm also getting Your
  applicationisexceedingaquota:DatastoreIndicesCount. The
  applicationis basically stuck for couple days.

   Could you please reset thequota, app ID is lasi2.

   Thanks,
   Kaspars


 




-- 
Nick Johnson, Developer Programs Engineer, App Engine

--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-08-04 Thread jamesv

My application (me-trics) seems to have this same issue, 37 active
indexes but still receiving the Your application is exceeding a
quota: Datastore Indices Count and is therefore throwing:

Uploading index definitions.
Error 500: --- begin server output ---

Server Error (500)
A server error has occurred.
--- end server output ---
Your app was updated, but there was an error updating your indexes.
Please retry later with appcfg.py update_indexes.

whenever I deploy.
--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-08-04 Thread NiklasRTZ



On Aug 4, 6:23 pm, jamesv jamesvreel...@gmail.com wrote:
 My application (me-trics) seems to have this same issue, 37 active
 indexes but still receiving the Your application is exceeding a
 quota: Datastore Indices Count and is therefore throwing:

 Uploading index definitions.
 Error 500: --- begin server output ---

 Server Error (500)
 A server error has occurred.
 --- end server output ---
 Your app was updated, but there was an error updating your indexes.
 Please retry later with appcfg.py update_indexes.

 whenever I deploy.
Same issue with my app last day or two. Cause unknown whether it's due
to datastore or modelling.
--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-07-02 Thread trongdinh

Hi Jeff,

I have an application (id is trongdinh) in the same situation with
some stuck indexes and index count message. Please change them as
well. Thank you.

Trong

On Jun 30, 7:10 am, Jeff S (Google) j...@google.com wrote:
 Hi Shawn,

 The stuck indexes should now be in the error state so that they can be
 vacuumed. I've also reset the index count quota.

 Thank you,

 Jeff



 On Mon, Jun 29, 2009 at 8:33 AM, Shawn sru...@vendasta.com wrote:

  Hello GAE Team,

  We are also experiencing the Your application is exceeding a quota:
  Datastore Indices Count on one of our test applications.

  application: steprep-demo
  Number of indexes: 88 (14 stuck in 'Building' for 3+ days)

  Can you folks work your magic or otherwise instruct me on how to
  remedy the solution from our end?

  Thanks

  On Jun 25, 3:09 am, Nick Johnson (Google) nick.john...@google.com
  wrote:
   Hi gae123,

   Your index quota has been reset.

   -Nick Johnson

   On Wed, Jun 24, 2009 at 7:24 PM, gae123 pa...@gae123.com wrote:

Jeff,

I have the same issue, my app id is neatschool. Could you please
assist me as well?

Thanks

On Jun 23, 9:46 am, Jeff S (Google) j...@google.com wrote:
 Hi Thomas,
 I've reset the index count, apologies for the inconvenience.

 Happy coding,

 Jeff

 On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -www.winebythebar.com

 thomasfmc...@gmail.com wrote:

  My app is getting Your application is exceeding a quota: Datastore
  Indices Count after a vacuum. Could I get a reset of indices count
  please?
  App:  winebythebar

  On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com
  wrote:
   Thanks Jeff, it's working fine now :)

   Cheers,
   Fred

   On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:

Fred, I've reset the indexcountso you should be all set.
  Kaspars
I've reset the indexquotaforyourapp as well and it looks like
  you
had some indexes which were stuck in the building state so I've
moved
them to error.

Happy coding,

Jeff

On May 19, 2:11 am, kaspars...@gmail.com 
  kaspars...@gmail.com
wrote:

 I've only 8 indexes at the moment and I'm also getting Your
applicationisexceedingaquota:DatastoreIndicesCount. The
applicationis basically stuck for couple days.

 Could you please reset thequota, app ID is lasi2.

 Thanks,
 Kaspars- Hide quoted text -

 - Show quoted text -

   --
   Nick Johnson, App Engine Developer Programs Engineer
   Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
  Number:
   368047- Hide quoted text -

 - Show quoted text -

--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-07-02 Thread Jeff S (Google)
Hi Trong Dinh,

I've reset the count and errored out the indices.

Cheers,

Jeff

On Thu, Jul 2, 2009 at 2:32 AM, trongdinh trongd...@gmail.com wrote:


 Hi Jeff,

 I have an application (id is trongdinh) with the same situation (stuck
 indexes, index count notice). Could you change those indexes please.

 Thank you.

 Trong Dinh

 On Jun 30, 7:10 am, Jeff S (Google) j...@google.com wrote:
  Hi Shawn,
 
  The stuck indexes should now be in the error state so that they can be
  vacuumed. I've also reset the index count quota.
 
  Thank you,
 
  Jeff
 
 
 
  On Mon, Jun 29, 2009 at 8:33 AM, Shawn sru...@vendasta.com wrote:
 
   Hello GAE Team,
 
   We are also experiencing the Your application is exceeding a quota:
   Datastore Indices Count on one of our test applications.
 
   application: steprep-demo
   Number of indexes: 88 (14 stuck in 'Building' for 3+ days)
 
   Can you folks work your magic or otherwise instruct me on how to
   remedy the solution from our end?
 
   Thanks
 
   On Jun 25, 3:09 am, Nick Johnson (Google) nick.john...@google.com
   wrote:
Hi gae123,
 
Your index quota has been reset.
 
-Nick Johnson
 
On Wed, Jun 24, 2009 at 7:24 PM, gae123 pa...@gae123.com wrote:
 
 Jeff,
 
 I have the same issue, my app id is neatschool. Could you please
 assist me as well?
 
 Thanks
 
 On Jun 23, 9:46 am, Jeff S (Google) j...@google.com wrote:
  Hi Thomas,
  I've reset the index count, apologies for the inconvenience.
 
  Happy coding,
 
  Jeff
 
  On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -
 www.winebythebar.com
 
  thomasfmc...@gmail.com wrote:
 
   My app is getting Your application is exceeding a quota:
 Datastore
   Indices Count after a vacuum. Could I get a reset of indices
 count
   please?
   App:  winebythebar
 
   On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com
   wrote:
Thanks Jeff, it's working fine now :)
 
Cheers,
Fred
 
On May 20, 5:48 am, Jeff S (Google) j...@google.com
 wrote:
 
 Fred, I've reset the indexcountso you should be all set.
   Kaspars
 I've reset the indexquotaforyourapp as well and it looks
 like
   you
 had some indexes which were stuck in the building state so
 I've
 moved
 them to error.
 
 Happy coding,
 
 Jeff
 
 On May 19, 2:11 am, kaspars...@gmail.com 
   kaspars...@gmail.com
 wrote:
 
  I've only 8 indexes at the moment and I'm also getting
 Your
 applicationisexceedingaquota:DatastoreIndicesCount. The
 applicationis basically stuck for couple days.
 
  Could you please reset thequota, app ID is lasi2.
 
  Thanks,
  Kaspars- Hide quoted text -
 
  - Show quoted text -
 
--
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
   Number:
368047- Hide quoted text -
 
  - Show quoted text -

 


--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-06-29 Thread Shawn

Hello GAE Team,

We are also experiencing the Your application is exceeding a quota:
Datastore Indices Count on one of our test applications.

application: steprep-demo
Number of indexes: 88 (14 stuck in 'Building' for 3+ days)

Can you folks work your magic or otherwise instruct me on how to
remedy the solution from our end?

Thanks

On Jun 25, 3:09 am, Nick Johnson (Google) nick.john...@google.com
wrote:
 Hi gae123,

 Your index quota has been reset.

 -Nick Johnson



 On Wed, Jun 24, 2009 at 7:24 PM, gae123 pa...@gae123.com wrote:

  Jeff,

  I have the same issue, my app id is neatschool. Could you please
  assist me as well?

  Thanks

  On Jun 23, 9:46 am, Jeff S (Google) j...@google.com wrote:
   Hi Thomas,
   I've reset the index count, apologies for the inconvenience.

   Happy coding,

   Jeff

   On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -www.winebythebar.com

   thomasfmc...@gmail.com wrote:

My app is getting Your application is exceeding a quota: Datastore
Indices Count after a vacuum. Could I get a reset of indices count
please?
App:  winebythebar

On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com wrote:
 Thanks Jeff, it's working fine now :)

 Cheers,
 Fred

 On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:

  Fred, I've reset the indexcountso you should be all set. Kaspars
  I've reset the indexquotaforyourapp as well and it looks like you
  had some indexes which were stuck in the building state so I've
  moved
  them to error.

  Happy coding,

  Jeff

  On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
  wrote:

   I've only 8 indexes at the moment and I'm also getting Your
  applicationisexceedingaquota:DatastoreIndicesCount. The
  applicationis basically stuck for couple days.

   Could you please reset thequota, app ID is lasi2.

   Thanks,
   Kaspars- Hide quoted text -

   - Show quoted text -

 --
 Nick Johnson, App Engine Developer Programs Engineer
 Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
 368047

--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-06-29 Thread Jeff S (Google)
Hi Shawn,

The stuck indexes should now be in the error state so that they can be
vacuumed. I've also reset the index count quota.

Thank you,

Jeff

On Mon, Jun 29, 2009 at 8:33 AM, Shawn sru...@vendasta.com wrote:


 Hello GAE Team,

 We are also experiencing the Your application is exceeding a quota:
 Datastore Indices Count on one of our test applications.

 application: steprep-demo
 Number of indexes: 88 (14 stuck in 'Building' for 3+ days)

 Can you folks work your magic or otherwise instruct me on how to
 remedy the solution from our end?

 Thanks

 On Jun 25, 3:09 am, Nick Johnson (Google) nick.john...@google.com
 wrote:
  Hi gae123,
 
  Your index quota has been reset.
 
  -Nick Johnson
 
 
 
  On Wed, Jun 24, 2009 at 7:24 PM, gae123 pa...@gae123.com wrote:
 
   Jeff,
 
   I have the same issue, my app id is neatschool. Could you please
   assist me as well?
 
   Thanks
 
   On Jun 23, 9:46 am, Jeff S (Google) j...@google.com wrote:
Hi Thomas,
I've reset the index count, apologies for the inconvenience.
 
Happy coding,
 
Jeff
 
On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -www.winebythebar.com
 
thomasfmc...@gmail.com wrote:
 
 My app is getting Your application is exceeding a quota: Datastore
 Indices Count after a vacuum. Could I get a reset of indices count
 please?
 App:  winebythebar
 
 On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com
 wrote:
  Thanks Jeff, it's working fine now :)
 
  Cheers,
  Fred
 
  On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:
 
   Fred, I've reset the indexcountso you should be all set.
 Kaspars
   I've reset the indexquotaforyourapp as well and it looks like
 you
   had some indexes which were stuck in the building state so I've
   moved
   them to error.
 
   Happy coding,
 
   Jeff
 
   On May 19, 2:11 am, kaspars...@gmail.com 
 kaspars...@gmail.com
   wrote:
 
I've only 8 indexes at the moment and I'm also getting Your
   applicationisexceedingaquota:DatastoreIndicesCount. The
   applicationis basically stuck for couple days.
 
Could you please reset thequota, app ID is lasi2.
 
Thanks,
Kaspars- Hide quoted text -
 
- Show quoted text -
 
  --
  Nick Johnson, App Engine Developer Programs Engineer
  Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
 Number:
  368047

 


--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-06-29 Thread Jeff S (Google)
Hi Thomas,

I've rest this quota, apologies for the delay.

Thank you,

Jeff

On Sun, Jun 28, 2009 at 8:03 PM, Thomas McKay - www.winebythebar.com 
thomasfmc...@gmail.com wrote:


 Dashboard says over quota on indices again. No updates or vacuums
 today.
 App: winebythebar



 On Jun 23, 12:46 pm, Jeff S (Google) j...@google.com wrote:
  Hi Thomas,
  I've reset the index count, apologies for the inconvenience.
 
  Happy coding,
 
  Jeff
 
  On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -www.winebythebar.com
 
  thomasfmc...@gmail.com wrote:
 
   My app is getting Your application is exceeding a quota: Datastore
   Indices Count after a vacuum. Could I get a reset of indices count
   please?
   App:  winebythebar
 
   On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com wrote:
Thanks Jeff, it's working fine now :)
 
Cheers,
Fred
 
On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:
 
 Fred, I've reset the indexcountso you should be all set. Kaspars
 I've reset the indexquotaforyourapp as well and it looks like you
 had some indexes which were stuck in the building state so I've
 moved
 them to error.
 
 Happy coding,
 
 Jeff
 
 On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
 wrote:
 
  I've only 8 indexes at the moment and I'm also getting Your
 applicationisexceedingaquota:DatastoreIndicesCount. The
 applicationis basically stuck for couple days.
 
  Could you please reset thequota, 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: Over Quota: Datastore Indices Count

2009-06-28 Thread Thomas McKay - www.winebythebar.com

Dashboard says over quota on indices again. No updates or vacuums
today.
App: winebythebar



On Jun 23, 12:46 pm, Jeff S (Google) j...@google.com wrote:
 Hi Thomas,
 I've reset the index count, apologies for the inconvenience.

 Happy coding,

 Jeff

 On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -www.winebythebar.com

 thomasfmc...@gmail.com wrote:

  My app is getting Your application is exceeding a quota: Datastore
  Indices Count after a vacuum. Could I get a reset of indices count
  please?
  App:  winebythebar

  On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com wrote:
   Thanks Jeff, it's working fine now :)

   Cheers,
   Fred

   On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:

Fred, I've reset the indexcountso you should be all set. Kaspars
I've reset the indexquotaforyourapp as well and it looks like you
had some indexes which were stuck in the building state so I've moved
them to error.

Happy coding,

Jeff

On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
wrote:

 I've only 8 indexes at the moment and I'm also getting Your
applicationisexceedingaquota:DatastoreIndicesCount. The
applicationis basically stuck for couple days.

 Could you please reset thequota, 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: Over Quota: Datastore Indices Count

2009-06-25 Thread Nick Johnson (Google)
Hi gae123,

Your index quota has been reset.

-Nick Johnson

On Wed, Jun 24, 2009 at 7:24 PM, gae123 pa...@gae123.com wrote:


 Jeff,

 I have the same issue, my app id is neatschool. Could you please
 assist me as well?

 Thanks

 On Jun 23, 9:46 am, Jeff S (Google) j...@google.com wrote:
  Hi Thomas,
  I've reset the index count, apologies for the inconvenience.
 
  Happy coding,
 
  Jeff
 
  On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -www.winebythebar.com
 
 
 
  thomasfmc...@gmail.com wrote:
 
   My app is getting Your application is exceeding a quota: Datastore
   Indices Count after a vacuum. Could I get a reset of indices count
   please?
   App:  winebythebar
 
   On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com wrote:
Thanks Jeff, it's working fine now :)
 
Cheers,
Fred
 
On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:
 
 Fred, I've reset the indexcountso you should be all set. Kaspars
 I've reset the indexquotaforyourapp as well and it looks like you
 had some indexes which were stuck in the building state so I've
 moved
 them to error.
 
 Happy coding,
 
 Jeff
 
 On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
 wrote:
 
  I've only 8 indexes at the moment and I'm also getting Your
 applicationisexceedingaquota:DatastoreIndicesCount. The
 applicationis basically stuck for couple days.
 
  Could you please reset thequota, app ID is lasi2.
 
  Thanks,
  Kaspars- Hide quoted text -
 
  - Show quoted text -
 



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-06-25 Thread garyo

I'm getting this as well, on gdodemo

Got stuck in index error states, a bunch of vacuuming fixed it but ...

Cheers, Gary

On Jun 25, 3:09 am, Nick Johnson (Google) nick.john...@google.com
wrote:
 Hi gae123,

 Your index quota has been reset.

 -Nick Johnson



 On Wed, Jun 24, 2009 at 7:24 PM, gae123 pa...@gae123.com wrote:

  Jeff,

  I have the same issue, my app id is neatschool. Could you please
  assist me as well?

  Thanks

  On Jun 23, 9:46 am, Jeff S (Google) j...@google.com wrote:
   Hi Thomas,
   I've reset the index count, apologies for the inconvenience.

   Happy coding,

   Jeff

   On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -www.winebythebar.com

   thomasfmc...@gmail.com wrote:

My app is getting Your application is exceeding a quota: Datastore
Indices Count after a vacuum. Could I get a reset of indices count
please?
App:  winebythebar

On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com wrote:
 Thanks Jeff, it's working fine now :)

 Cheers,
 Fred

 On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:

  Fred, I've reset the indexcountso you should be all set. Kaspars
  I've reset the indexquotaforyourapp as well and it looks like you
  had some indexes which were stuck in the building state so I've
  moved
  them to error.

  Happy coding,

  Jeff

  On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
  wrote:

   I've only 8 indexes at the moment and I'm also getting Your
  applicationisexceedingaquota:DatastoreIndicesCount. The
  applicationis basically stuck for couple days.

   Could you please reset thequota, app ID is lasi2.

   Thanks,
   Kaspars- Hide quoted text -

   - Show quoted text -

 --
 Nick Johnson, App Engine Developer Programs Engineer
 Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
 368047
--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-06-24 Thread gae123

Jeff,

I have the same issue, my app id is neatschool. Could you please
assist me as well?

Thanks

On Jun 23, 9:46 am, Jeff S (Google) j...@google.com wrote:
 Hi Thomas,
 I've reset the index count, apologies for the inconvenience.

 Happy coding,

 Jeff

 On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay -www.winebythebar.com



 thomasfmc...@gmail.com wrote:

  My app is getting Your application is exceeding a quota: Datastore
  Indices Count after a vacuum. Could I get a reset of indices count
  please?
  App:  winebythebar

  On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com wrote:
   Thanks Jeff, it's working fine now :)

   Cheers,
   Fred

   On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:

Fred, I've reset the indexcountso you should be all set. Kaspars
I've reset the indexquotaforyourapp as well and it looks like you
had some indexes which were stuck in the building state so I've moved
them to error.

Happy coding,

Jeff

On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
wrote:

 I've only 8 indexes at the moment and I'm also getting Your
applicationisexceedingaquota:DatastoreIndicesCount. The
applicationis basically stuck for couple days.

 Could you please reset thequota, app ID is lasi2.

 Thanks,
 Kaspars- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-06-23 Thread Thomas McKay - www.winebythebar.com

My app is getting Your application is exceeding a quota: Datastore
Indices Count after a vacuum. Could I get a reset of indices count
please?
App:  winebythebar


On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com wrote:
 Thanks Jeff, it's working fine now :)

 Cheers,
 Fred

 On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:

  Fred, I've reset the indexcountso you should be all set. Kaspars
  I've reset the indexquotaforyourapp as well and it looks like you
  had some indexes which were stuck in the building state so I've moved
  them to error.

  Happy coding,

  Jeff

  On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
  wrote:

   I've only 8 indexes at the moment and I'm also getting Your
  applicationisexceedingaquota:DatastoreIndicesCount. The
  applicationis basically stuck for couple days.

   Could you please reset thequota, 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: Over Quota: Datastore Indices Count

2009-06-23 Thread Jeff S (Google)
Hi Thomas,
I've reset the index count, apologies for the inconvenience.

Happy coding,

Jeff

On Tue, Jun 23, 2009 at 9:12 AM, Thomas McKay - www.winebythebar.com 
thomasfmc...@gmail.com wrote:


 My app is getting Your application is exceeding a quota: Datastore
 Indices Count after a vacuum. Could I get a reset of indices count
 please?
 App:  winebythebar


 On May 23, 11:50 pm, fedestabile stabile.feder...@gmail.com wrote:
  Thanks Jeff, it's working fine now :)
 
  Cheers,
  Fred
 
  On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:
 
   Fred, I've reset the indexcountso you should be all set. Kaspars
   I've reset the indexquotaforyourapp as well and it looks like you
   had some indexes which were stuck in the building state so I've moved
   them to error.
 
   Happy coding,
 
   Jeff
 
   On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
   wrote:
 
I've only 8 indexes at the moment and I'm also getting Your
   applicationisexceedingaquota:DatastoreIndicesCount. The
   applicationis basically stuck for couple days.
 
Could you please reset thequota, 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: ??? Over Quota ???

2009-06-12 Thread Jeff S (Google)

Hello again Sebastian,

I made some changes yesterday that should have alleviated the
situation for your app. Please let me know if you see any additional
403 Over Quota errors when the dashboard does not show any quotas as
limited.

Thank you,

Jeff

On Jun 11, 11:32 am, Jeff S (Google) j...@google.com wrote:
 Hi Sebastian,

 I did receive the source code and we should be able to alleviate the
 situation soon for your app and for the other app which was experiencing a
 similar issue (I linked to that thread in an earlier email). This is an
 extremely rare case in which parts of your code trigger an issue on the App
 Engine system. Apologies for the inconvenience, I'll keep you updated.

 Thank you,

 Jeff

 On Thu, Jun 11, 2009 at 10:08 AM, Sebastian Aviña
 sebastianav...@gmail.comwrote:

  Jeff,
  I just want to know, if you received my email with the source code, and if
  you can tell if you think we can solve this issue by this week, or if I
  should start adapting my code for a full django server instead of
  appengine...

  Thanks,

  --
  Ing. Josué Sebastian Aviña Gonzalez.

  Rectificaciones Aviña, S.A. de C.V.
  Administración general.

  Trabajo.
   +52 (618) 817 0949
   +52 (618) 817 0709
  Fax.
   +52 (618) 817 1894
  Casa.
   +52 (618) 818 7327
  Celular.
   +52 (618) 119 7771

 http://www.edurango.com.mx
  sebastianav...@edurango.com.mx

  *** Quien se rinde ante lo que parece imposible, ya esta destinado al
  fracaso.

  On Wed, Jun 10, 2009 at 4:16 PM, Jeff S (Google) j...@google.com wrote:

  Hi Sebastian,

  After looking into this issue, it seems it is likely related to the
  same issue as this thread:

 http://groups.google.com/group/google-appengine/browse_thread/thread/...

  As we asked with Jim's app, would you be willing to let us look at the
  full source code for your application? Please email it to me privately
  if that is acceptable. If not, please let me know, this isn't a
  requirement but it should help us get to the root cause more quickly.

  Thank you,

  Jeff

  On Jun 9, 6:29 pm, Jeff S (Google) j...@google.com wrote:
   I see it now too and I'm investigating.

   -Jeff

   On Tue, Jun 9, 2009 at 6:16 PM, Thomas Wiradikusuma
   wiradikus...@gmail.comwrote:

just checked it from here (Indonesia) at 8:15am (local time), yup it's
an honest 403.

On Jun 10, 2:13 am, Sebastian Aviña sebastianav...@gmail.com wrote:
 hi Jeff,
 the webpage works fine for periods of 30 minutes, and then all the
  web
page
 triggers the 403 over quota error for about two hours...
--~--~-~--~~~---~--~~
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: ??? Over Quota ???

2009-06-12 Thread Sebastian Aviña
Hi Jeff,
Yes, I noted that the error have not appeared in the last hours, thanks for
your help...

I'm going to take ocassion to report you some bizarre errors (non-fatal)
I've with the images API:

Sometimes (more often than sometimes) when I upload an image 533x800px, and
ask the server to resize/rotate the image the server returns a LargeImageError,
but the curious thing is that when I upload the same photo rotated 90°
(800x533px) the error doesn't appear... i can live with this, but I think
that something is wrong with the api...

Once again, thank you for your help.

--
Ing. Josué Sebastian Aviña Gonzalez.

Rectificaciones Aviña, S.A. de C.V.
Administración general.

Trabajo.
 +52 (618) 817 0949
 +52 (618) 817 0709
Fax.
 +52 (618) 817 1894
Casa.
 +52 (618) 818 7327
Celular.
 +52 (618) 119 7771

http://www.edurango.com.mx
sebastianav...@edurango.com.mx

*** Quien se rinde ante lo que parece imposible, ya esta destinado al
fracaso.


On Fri, Jun 12, 2009 at 11:43 AM, Jeff S (Google) j...@google.com wrote:


 Hello again Sebastian,

 I made some changes yesterday that should have alleviated the
 situation for your app. Please let me know if you see any additional
 403 Over Quota errors when the dashboard does not show any quotas as
 limited.

 Thank you,

 Jeff

 On Jun 11, 11:32 am, Jeff S (Google) j...@google.com wrote:
  Hi Sebastian,
 
  I did receive the source code and we should be able to alleviate the
  situation soon for your app and for the other app which was experiencing
 a
  similar issue (I linked to that thread in an earlier email). This is an
  extremely rare case in which parts of your code trigger an issue on the
 App
  Engine system. Apologies for the inconvenience, I'll keep you updated.
 
  Thank you,
 
  Jeff
 
  On Thu, Jun 11, 2009 at 10:08 AM, Sebastian Aviña
  sebastianav...@gmail.comwrote:
 
   Jeff,
   I just want to know, if you received my email with the source code, and
 if
   you can tell if you think we can solve this issue by this week, or if I
   should start adapting my code for a full django server instead of
   appengine...
 
   Thanks,
 
   --
   Ing. Josué Sebastian Aviña Gonzalez.
 
   Rectificaciones Aviña, S.A. de C.V.
   Administración general.
 
   Trabajo.
+52 (618) 817 0949
+52 (618) 817 0709
   Fax.
+52 (618) 817 1894
   Casa.
+52 (618) 818 7327
   Celular.
+52 (618) 119 7771
 
  http://www.edurango.com.mx
   sebastianav...@edurango.com.mx
 
   *** Quien se rinde ante lo que parece imposible, ya esta destinado al
   fracaso.
 
   On Wed, Jun 10, 2009 at 4:16 PM, Jeff S (Google) j...@google.com
 wrote:
 
   Hi Sebastian,
 
   After looking into this issue, it seems it is likely related to the
   same issue as this thread:
 
  http://groups.google.com/group/google-appengine/browse_thread/thread/.
 ..
 
   As we asked with Jim's app, would you be willing to let us look at the
   full source code for your application? Please email it to me privately
   if that is acceptable. If not, please let me know, this isn't a
   requirement but it should help us get to the root cause more quickly.
 
   Thank you,
 
   Jeff
 
   On Jun 9, 6:29 pm, Jeff S (Google) j...@google.com wrote:
I see it now too and I'm investigating.
 
-Jeff
 
On Tue, Jun 9, 2009 at 6:16 PM, Thomas Wiradikusuma
wiradikus...@gmail.comwrote:
 
 just checked it from here (Indonesia) at 8:15am (local time), yup
 it's
 an honest 403.
 
 On Jun 10, 2:13 am, Sebastian Aviña sebastianav...@gmail.com
 wrote:
  hi Jeff,
  the webpage works fine for periods of 30 minutes, and then all
 the
   web
 page
  triggers the 403 over quota error for about two hours...
 


--~--~-~--~~~---~--~~
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: ??? Over Quota ???

2009-06-11 Thread Sebastian Aviña
Jeff,
I just want to know, if you received my email with the source code, and if
you can tell if you think we can solve this issue by this week, or if I
should start adapting my code for a full django server instead of
appengine...

Thanks,


--
Ing. Josué Sebastian Aviña Gonzalez.

Rectificaciones Aviña, S.A. de C.V.
Administración general.

Trabajo.
 +52 (618) 817 0949
 +52 (618) 817 0709
Fax.
 +52 (618) 817 1894
Casa.
 +52 (618) 818 7327
Celular.
 +52 (618) 119 7771

http://www.edurango.com.mx
sebastianav...@edurango.com.mx

*** Quien se rinde ante lo que parece imposible, ya esta destinado al
fracaso.


On Wed, Jun 10, 2009 at 4:16 PM, Jeff S (Google) j...@google.com wrote:


 Hi Sebastian,

 After looking into this issue, it seems it is likely related to the
 same issue as this thread:


 http://groups.google.com/group/google-appengine/browse_thread/thread/a3c230d2c658d2d3

 As we asked with Jim's app, would you be willing to let us look at the
 full source code for your application? Please email it to me privately
 if that is acceptable. If not, please let me know, this isn't a
 requirement but it should help us get to the root cause more quickly.

 Thank you,

 Jeff

 On Jun 9, 6:29 pm, Jeff S (Google) j...@google.com wrote:
  I see it now too and I'm investigating.
 
  -Jeff
 
  On Tue, Jun 9, 2009 at 6:16 PM, Thomas Wiradikusuma
  wiradikus...@gmail.comwrote:
 
 
 
   just checked it from here (Indonesia) at 8:15am (local time), yup it's
   an honest 403.
 
   On Jun 10, 2:13 am, Sebastian Aviña sebastianav...@gmail.com wrote:
hi Jeff,
the webpage works fine for periods of 30 minutes, and then all the
 web
   page
triggers the 403 over quota error for about two hours...
 
 
 


--~--~-~--~~~---~--~~
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: ??? Over Quota ???

2009-06-11 Thread Sebastian Aviña
yeah, it works fine for short spans of time, and then the error appear out
of nowhere
--
Ing. Josué Sebastian Aviña Gonzalez.

Rectificaciones Aviña, S.A. de C.V.
Administración general.

Trabajo.
 +52 (618) 817 0949
 +52 (618) 817 0709
Fax.
 +52 (618) 817 1894
Casa.
 +52 (618) 818 7327
Celular.
 +52 (618) 119 7771

http://www.edurango.com.mx
sebastianav...@edurango.com.mx

*** Quien se rinde ante lo que parece imposible, ya esta destinado al
fracaso.


On Thu, Jun 11, 2009 at 12:28 PM, nikhil bharadwaj 
shrinikhilbharad...@gmail.com wrote:

 I've attached the result screenshot. I feel this site is working fine in
 India.

 On Wed, Jun 10, 2009 at 6:59 AM, Jeff S (Google) j...@google.com wrote:

 I see it now too and I'm investigating.

 -Jeff


 On Tue, Jun 9, 2009 at 6:16 PM, Thomas Wiradikusuma 
 wiradikus...@gmail.com wrote:


 just checked it from here (Indonesia) at 8:15am (local time), yup it's
 an honest 403.

 On Jun 10, 2:13 am, Sebastian Aviña sebastianav...@gmail.com wrote:
  hi Jeff,
  the webpage works fine for periods of 30 minutes, and then all the web
 page
  triggers the 403 over quota error for about two hours...








 --
 Thanks and Regards,

 Nikhil B. Bharadwaj
 Ambassador (http://fedoraproject.org/wiki/NikhilBharadwaj)
 Fedora Project (http://fedoraproject.org)

 Student
 MLR Institute of Technology (www.mlrinstitutions.ac.in)
 (Jawaharlal Nehru Technological University)
 www.jntu.ac.in
 http://nikhilbharadwaj.blogspot.com/
 http://nikhilbharadwaj.wordpress.com/

 I have felt it and lived it and now it leaves me here, love is the
 ultimate pain and joy, without it you die with it you perish. 


 


--~--~-~--~~~---~--~~
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: ??? Over Quota ???

2009-06-11 Thread Jeff S (Google)
Hi Sebastian,

I did receive the source code and we should be able to alleviate the
situation soon for your app and for the other app which was experiencing a
similar issue (I linked to that thread in an earlier email). This is an
extremely rare case in which parts of your code trigger an issue on the App
Engine system. Apologies for the inconvenience, I'll keep you updated.

Thank you,

Jeff

On Thu, Jun 11, 2009 at 10:08 AM, Sebastian Aviña
sebastianav...@gmail.comwrote:

 Jeff,
 I just want to know, if you received my email with the source code, and if
 you can tell if you think we can solve this issue by this week, or if I
 should start adapting my code for a full django server instead of
 appengine...

 Thanks,


 --
 Ing. Josué Sebastian Aviña Gonzalez.

 Rectificaciones Aviña, S.A. de C.V.
 Administración general.

 Trabajo.
  +52 (618) 817 0949
  +52 (618) 817 0709
 Fax.
  +52 (618) 817 1894
 Casa.
  +52 (618) 818 7327
 Celular.
  +52 (618) 119 7771

 http://www.edurango.com.mx
 sebastianav...@edurango.com.mx

 *** Quien se rinde ante lo que parece imposible, ya esta destinado al
 fracaso.


 On Wed, Jun 10, 2009 at 4:16 PM, Jeff S (Google) j...@google.com wrote:


 Hi Sebastian,

 After looking into this issue, it seems it is likely related to the
 same issue as this thread:


 http://groups.google.com/group/google-appengine/browse_thread/thread/a3c230d2c658d2d3

 As we asked with Jim's app, would you be willing to let us look at the
 full source code for your application? Please email it to me privately
 if that is acceptable. If not, please let me know, this isn't a
 requirement but it should help us get to the root cause more quickly.

 Thank you,

 Jeff

 On Jun 9, 6:29 pm, Jeff S (Google) j...@google.com wrote:
  I see it now too and I'm investigating.
 
  -Jeff
 
  On Tue, Jun 9, 2009 at 6:16 PM, Thomas Wiradikusuma
  wiradikus...@gmail.comwrote:
 
 
 
   just checked it from here (Indonesia) at 8:15am (local time), yup it's
   an honest 403.
 
   On Jun 10, 2:13 am, Sebastian Aviña sebastianav...@gmail.com wrote:
hi Jeff,
the webpage works fine for periods of 30 minutes, and then all the
 web
   page
triggers the 403 over quota error for about two hours...
 
 



 


--~--~-~--~~~---~--~~
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: ??? Over Quota ???

2009-06-10 Thread Jeff S (Google)

Hi Sebastian,

After looking into this issue, it seems it is likely related to the
same issue as this thread:

http://groups.google.com/group/google-appengine/browse_thread/thread/a3c230d2c658d2d3

As we asked with Jim's app, would you be willing to let us look at the
full source code for your application? Please email it to me privately
if that is acceptable. If not, please let me know, this isn't a
requirement but it should help us get to the root cause more quickly.

Thank you,

Jeff

On Jun 9, 6:29 pm, Jeff S (Google) j...@google.com wrote:
 I see it now too and I'm investigating.

 -Jeff

 On Tue, Jun 9, 2009 at 6:16 PM, Thomas Wiradikusuma
 wiradikus...@gmail.comwrote:



  just checked it from here (Indonesia) at 8:15am (local time), yup it's
  an honest 403.

  On Jun 10, 2:13 am, Sebastian Aviña sebastianav...@gmail.com wrote:
   hi Jeff,
   the webpage works fine for periods of 30 minutes, and then all the web
  page
   triggers the 403 over quota error for about two hours...


--~--~-~--~~~---~--~~
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: ??? Over Quota ???

2009-06-09 Thread Sebastian Aviña

the problem is still there... somebody at google may help, please?

On Jun 8, 8:06 pm, Sebastian Aviña sebastianav...@gmail.com wrote:
 I've been working on a migration of a website for two weeks on
 appengine, I buyed enough quotas and everything... today I launched
 the website.. and what do I find?

 Error 403: Over Quota

 ???

 I've barely used my buyed quotas, and my users are seeing that
 embarrasing message, which, by the way, I can't change...

 please help...

 App id:

 hola-dgo
--~--~-~--~~~---~--~~
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: ??? Over Quota ???

2009-06-09 Thread Thomas Wiradikusuma

just checked it from here (Indonesia) at 8:15am (local time), yup it's
an honest 403.

On Jun 10, 2:13 am, Sebastian Aviña sebastianav...@gmail.com wrote:
 hi Jeff,
 the webpage works fine for periods of 30 minutes, and then all the web page
 triggers the 403 over quota error for about two hours...

--~--~-~--~~~---~--~~
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: ??? Over Quota ???

2009-06-09 Thread Jeff S (Google)
I see it now too and I'm investigating.

-Jeff

On Tue, Jun 9, 2009 at 6:16 PM, Thomas Wiradikusuma
wiradikus...@gmail.comwrote:


 just checked it from here (Indonesia) at 8:15am (local time), yup it's
 an honest 403.

 On Jun 10, 2:13 am, Sebastian Aviña sebastianav...@gmail.com wrote:
  hi Jeff,
  the webpage works fine for periods of 30 minutes, and then all the web
 page
  triggers the 403 over quota error for about two hours...

 


--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-05-23 Thread fedestabile

Thanks Jeff, it's working fine now :)

Cheers,
Fred

On May 20, 5:48 am, Jeff S (Google) j...@google.com wrote:
 Fred, I've reset the indexcountso you should be all set. Kaspars
 I've reset the indexquotaforyourapp as well and it looks like you
 had some indexes which were stuck in the building state so I've moved
 them to error.

 Happy coding,

 Jeff

 On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
 wrote:

  I've only 8 indexes at the moment and I'm also getting Your
 applicationisexceedingaquota:DatastoreIndicesCount. The
 applicationis basically stuck for couple days.

  Could you please reset thequota, 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: 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: Over Quota: Datastore Indices Count

2009-05-19 Thread Jeff S (Google)

Fred, I've reset the index count so you should be all set. Kaspars
I've reset the index quota for your app as well and it looks like you
had some indexes which were stuck in the building state so I've moved
them to error.

Happy coding,

Jeff

On May 19, 2:11 am, kaspars...@gmail.com kaspars...@gmail.com
wrote:
 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: Over Quota: Datastore Indices Count

2009-05-07 Thread fedestabile

I'm running into the same problem, can you please reset my quota too?
my app id is myclimbs

Thanks a lot,
Fred

On May 5, 5:48 am, Jason (Google) apija...@google.com wrote:
 Hi Paul. Thanks for adding the issue.

 Your quota has been reset.

 - Jason

 On Fri, May 1, 2009 at 11:57 AM, Paul pwid...@gmail.com wrote:

  Hi Jeff,

  I've opened a ticket on this issue to help with tracking.

 http://code.google.com/p/googleappengine/issues/detail?id=1161

  Please could you reset the quota on appid matchmatchy

  Thanks,

  Paul.

  On Apr 16, 1:52 pm, Jeff S (Google) j...@google.com wrote:
   Hi Fred and Jose,

   I've reset the index count for your apps, so the issue should be
   alleviated.

   John P,

   Could you post or email your app ID?

   Thank you,

   Jeff

   On Apr 14, 9:53 pm, johnP j...@thinkwave.com wrote:

I have 54indices, and am getting a warning that am exceeding aquota.

johnP

On Apr 11, 8:20 pm, fedestabile stabile.feder...@gmail.com wrote:

 Same happen to me, and I just developing the application, I don't
  have
 any indexes defined

 My app ID is: myclimbs

 Thanks a lot!
 Fred

 On Mar 2, 5:08 am, Jose Florido joseflor...@gmail.com wrote:

  Hi,

  I also have the same message. I only use 50 indexes, so it's under
  the
  limit.
  The ID of my app is: museliusweb

  thanks!

  On 5 ene, 18:52, Marzia Niccolai ma...@google.com wrote:

   Hi,

   Thequotalimit is 100, but there is currently an issue where
  vacuumed
   indexes don't get credited back when vacuumed.  I have fixed this
  issue with
   yourquotafor now.

   -Marzia

   On Sat, Jan 3, 2009 at 8:09 AM, dloomer dloo...@gmail.com
  wrote:

Is the indexquotalimit actually 50?  I don't see that listed on
  my
   QuotaDetails page or here:
   http://code.google.com/appengine/articles/quotas.html.

Anyway, just today I started seeing that warning in my
  dashboard even
though I have only 45indices(no more than nine for any given
  entity
kind).  What's strange is, I had never seen this warning before
  in
spite of the fact that up until yesterday, when I did some
  cleanup, I
had 13 additionalindiceson top of the current 45.

Incidentally, late last night I was getting 500 server errors
  on the
index update portion of my deployments (no further details on
  the
nature of the error were given).

I haven't quite nailed down the security model of my app yet,
  so I
don't want to make the app ID public here -- I can provide that
  in a
private e-mail.

On Dec 20 2008, 1:40 am, paptimus papti...@gmail.com wrote:
 Hi, GAE team.

 I encountered Your application is exceeding aquota:Datastore
IndicesCount on dashboard.

 The number of indeces is under 50, but one model has about 30
  indeces.
 So I think this one is the point ofoverquotawarning and
  vacuumed
 these indeces.
 Vacuume_index was completed and there is no index of that
  model.

 But the warging ofoverquotaramainsover24 hours and the status
  of
 a new index remains building.

 I hope you check my index and change the status to Error if
  my index
 has problems, please.

 Thanks.
--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-05-04 Thread Jason (Google)
Hi Paul. Thanks for adding the issue.

Your quota has been reset.

- Jason

On Fri, May 1, 2009 at 11:57 AM, Paul pwid...@gmail.com wrote:


 Hi Jeff,

 I've opened a ticket on this issue to help with tracking.

 http://code.google.com/p/googleappengine/issues/detail?id=1161

 Please could you reset the quota on appid matchmatchy

 Thanks,

 Paul.



 On Apr 16, 1:52 pm, Jeff S (Google) j...@google.com wrote:
  Hi Fred and Jose,
 
  I've reset the index count for your apps, so the issue should be
  alleviated.
 
  John P,
 
  Could you post or email your app ID?
 
  Thank you,
 
  Jeff
 
  On Apr 14, 9:53 pm, johnP j...@thinkwave.com wrote:
 
   I have 54indices, and am getting a warning that am exceeding aquota.
 
   johnP
 
   On Apr 11, 8:20 pm, fedestabile stabile.feder...@gmail.com wrote:
 
Same happen to me, and I just developing the application, I don't
 have
any indexes defined
 
My app ID is: myclimbs
 
Thanks a lot!
Fred
 
On Mar 2, 5:08 am, Jose Florido joseflor...@gmail.com wrote:
 
 Hi,
 
 I also have the same message. I only use 50 indexes, so it's under
 the
 limit.
 The ID of my app is: museliusweb
 
 thanks!
 
 On 5 ene, 18:52, Marzia Niccolai ma...@google.com wrote:
 
  Hi,
 
  Thequotalimit is 100, but there is currently an issue where
 vacuumed
  indexes don't get credited back when vacuumed.  I have fixed this
 issue with
  yourquotafor now.
 
  -Marzia
 
  On Sat, Jan 3, 2009 at 8:09 AM, dloomer dloo...@gmail.com
 wrote:
 
   Is the indexquotalimit actually 50?  I don't see that listed on
 my
  QuotaDetails page or here:
  http://code.google.com/appengine/articles/quotas.html.
 
   Anyway, just today I started seeing that warning in my
 dashboard even
   though I have only 45indices(no more than nine for any given
 entity
   kind).  What's strange is, I had never seen this warning before
 in
   spite of the fact that up until yesterday, when I did some
 cleanup, I
   had 13 additionalindiceson top of the current 45.
 
   Incidentally, late last night I was getting 500 server errors
 on the
   index update portion of my deployments (no further details on
 the
   nature of the error were given).
 
   I haven't quite nailed down the security model of my app yet,
 so I
   don't want to make the app ID public here -- I can provide that
 in a
   private e-mail.
 
   On Dec 20 2008, 1:40 am, paptimus papti...@gmail.com wrote:
Hi, GAE team.
 
I encountered Your application is exceeding aquota:Datastore
   IndicesCount on dashboard.
 
The number of indeces is under 50, but one model has about 30
 indeces.
So I think this one is the point ofoverquotawarning and
 vacuumed
these indeces.
Vacuume_index was completed and there is no index of that
 model.
 
But the warging ofoverquotaramainsover24 hours and the status
 of
a new index remains building.
 
I hope you check my index and change the status to Error if
 my index
has problems, please.
 
Thanks.
 


--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-05-01 Thread Paul

Hi Jeff,

I've opened a ticket on this issue to help with tracking.

http://code.google.com/p/googleappengine/issues/detail?id=1161

Please could you reset the quota on appid matchmatchy

Thanks,

Paul.



On Apr 16, 1:52 pm, Jeff S (Google) j...@google.com wrote:
 Hi Fred and Jose,

 I've reset the index count for your apps, so the issue should be
 alleviated.

 John P,

 Could you post or email your app ID?

 Thank you,

 Jeff

 On Apr 14, 9:53 pm, johnP j...@thinkwave.com wrote:

  I have 54indices, and am getting a warning that am exceeding aquota.

  johnP

  On Apr 11, 8:20 pm, fedestabile stabile.feder...@gmail.com wrote:

   Same happen to me, and I just developing the application, I don't have
   any indexes defined

   My app ID is: myclimbs

   Thanks a lot!
   Fred

   On Mar 2, 5:08 am, Jose Florido joseflor...@gmail.com wrote:

Hi,

I also have the same message. I only use 50 indexes, so it's under the
limit.
The ID of my app is: museliusweb

thanks!

On 5 ene, 18:52, Marzia Niccolai ma...@google.com wrote:

 Hi,

 Thequotalimit is 100, but there is currently an issue where vacuumed
 indexes don't get credited back when vacuumed.  I have fixed this 
 issue with
 yourquotafor now.

 -Marzia

 On Sat, Jan 3, 2009 at 8:09 AM, dloomer dloo...@gmail.com wrote:

  Is the indexquotalimit actually 50?  I don't see that listed on my
 QuotaDetails page or here:
 http://code.google.com/appengine/articles/quotas.html.

  Anyway, just today I started seeing that warning in my dashboard 
  even
  though I have only 45indices(no more than nine for any given entity
  kind).  What's strange is, I had never seen this warning before in
  spite of the fact that up until yesterday, when I did some cleanup, 
  I
  had 13 additionalindiceson top of the current 45.

  Incidentally, late last night I was getting 500 server errors on the
  index update portion of my deployments (no further details on the
  nature of the error were given).

  I haven't quite nailed down the security model of my app yet, so I
  don't want to make the app ID public here -- I can provide that in a
  private e-mail.

  On Dec 20 2008, 1:40 am, paptimus papti...@gmail.com wrote:
   Hi, GAE team.

   I encountered Your application is exceeding aquota:Datastore
  IndicesCount on dashboard.

   The number of indeces is under 50, but one model has about 30 
   indeces.
   So I think this one is the point ofoverquotawarning and vacuumed
   these indeces.
   Vacuume_index was completed and there is no index of that model.

   But the warging ofoverquotaramainsover24 hours and the status of
   a new index remains building.

   I hope you check my index and change the status to Error if my 
   index
   has problems, please.

   Thanks.
--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-04-14 Thread johnP

I have 54 indices, and am getting a warning that am exceeding a quota.

johnP



On Apr 11, 8:20 pm, fedestabile stabile.feder...@gmail.com wrote:
 Same happen to me, and I just developing the application, I don't have
 any indexes defined

 My app ID is: myclimbs

 Thanks a lot!
 Fred

 On Mar 2, 5:08 am, Jose Florido joseflor...@gmail.com wrote:

  Hi,

  I also have the same message. I only use 50 indexes, so it's under the
  limit.
  The ID of my app is: museliusweb

  thanks!

  On 5 ene, 18:52, Marzia Niccolai ma...@google.com wrote:

   Hi,

   The quota limit is 100, but there is currently an issue where vacuumed
   indexes don't get credited back when vacuumed.  I have fixed this issue 
   with
   your quota for now.

   -Marzia

   On Sat, Jan 3, 2009 at 8:09 AM, dloomer dloo...@gmail.com wrote:

Is the index quota limit actually 50?  I don't see that listed on my
Quota Details page or here:
   http://code.google.com/appengine/articles/quotas.html.

Anyway, just today I started seeing that warning in my dashboard even
though I have only 45indices(no more than nine for any given entity
kind).  What's strange is, I had never seen this warning before in
spite of the fact that up until yesterday, when I did some cleanup, I
had 13 additionalindiceson top of the current 45.

Incidentally, late last night I was getting 500 server errors on the
index update portion of my deployments (no further details on the
nature of the error were given).

I haven't quite nailed down the security model of my app yet, so I
don't want to make the app ID public here -- I can provide that in a
private e-mail.

On Dec 20 2008, 1:40 am, paptimus papti...@gmail.com wrote:
 Hi, GAE team.

 I encountered Your application is exceeding a quota:Datastore
IndicesCount on dashboard.

 The number of indeces is under 50, but one model has about 30 indeces.
 So I think this one is the point of over quota warning and vacuumed
 these indeces.
 Vacuume_index was completed and there is no index of that model.

 But the warging of over quota ramains over 24 hours and the status of
 a new index remains building.

 I hope you check my index and change the status to Error if my index
 has problems, please.

 Thanks.


--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-04-13 Thread fedestabile

Same happen to me, and I just developing the application, I don't have
any indexes defined

My app ID is: myclimbs

Thanks a lot!
Fred

On Mar 2, 5:08 am, Jose Florido joseflor...@gmail.com wrote:
 Hi,

 I also have the same message. I only use 50 indexes, so it's under the
 limit.
 The ID of my app is: museliusweb

 thanks!

 On 5 ene, 18:52, Marzia Niccolai ma...@google.com wrote:

  Hi,

  The quota limit is 100, but there is currently an issue where vacuumed
  indexes don't get credited back when vacuumed.  I have fixed this issue with
  your quota for now.

  -Marzia

  On Sat, Jan 3, 2009 at 8:09 AM, dloomer dloo...@gmail.com wrote:

   Is the index quota limit actually 50?  I don't see that listed on my
   Quota Details page or here:
  http://code.google.com/appengine/articles/quotas.html.

   Anyway, just today I started seeing that warning in my dashboard even
   though I have only 45 indices (no more than nine for any given entity
   kind).  What's strange is, I had never seen this warning before in
   spite of the fact that up until yesterday, when I did some cleanup, I
   had 13 additional indices on top of the current 45.

   Incidentally, late last night I was getting 500 server errors on the
   index update portion of my deployments (no further details on the
   nature of the error were given).

   I haven't quite nailed down the security model of my app yet, so I
   don't want to make the app ID public here -- I can provide that in a
   private e-mail.

   On Dec 20 2008, 1:40 am, paptimus papti...@gmail.com wrote:
Hi, GAE team.

I encountered Your application is exceeding a quota: Datastore
Indices Count on dashboard.

The number of indeces is under 50, but one model has about 30 indeces.
So I think this one is the point of over quota warning and vacuumed
these indeces.
Vacuume_index was completed and there is no index of that model.

But the warging of over quota ramains over 24 hours and the status of
a new index remains building.

I hope you check my index and change the status to Error if my index
has problems, please.

Thanks.

--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-03-01 Thread Jose Florido

Hi,

I also have the same message. I only use 50 indexes, so it's under the
limit.
The ID of my app is: museliusweb

thanks!

On 5 ene, 18:52, Marzia Niccolai ma...@google.com wrote:
 Hi,

 The quota limit is 100, but there is currently an issue where vacuumed
 indexes don't get credited back when vacuumed.  I have fixed this issue with
 your quota for now.

 -Marzia

 On Sat, Jan 3, 2009 at 8:09 AM, dloomer dloo...@gmail.com wrote:

  Is the index quota limit actually 50?  I don't see that listed on my
  Quota Details page or here:
 http://code.google.com/appengine/articles/quotas.html.

  Anyway, just today I started seeing that warning in my dashboard even
  though I have only 45 indices (no more than nine for any given entity
  kind).  What's strange is, I had never seen this warning before in
  spite of the fact that up until yesterday, when I did some cleanup, I
  had 13 additional indices on top of the current 45.

  Incidentally, late last night I was getting 500 server errors on the
  index update portion of my deployments (no further details on the
  nature of the error were given).

  I haven't quite nailed down the security model of my app yet, so I
  don't want to make the app ID public here -- I can provide that in a
  private e-mail.

  On Dec 20 2008, 1:40 am, paptimus papti...@gmail.com wrote:
   Hi, GAE team.

   I encountered Your application is exceeding a quota: Datastore
   Indices Count on dashboard.

   The number of indeces is under 50, but one model has about 30 indeces.
   So I think this one is the point of over quota warning and vacuumed
   these indeces.
   Vacuume_index was completed and there is no index of that model.

   But the warging of over quota ramains over 24 hours and the status of
   a new index remains building.

   I hope you check my index and change the status to Error if my index
   has problems, please.

   Thanks.

--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-01-05 Thread Marzia Niccolai
Hi,

The quota limit is 100, but there is currently an issue where vacuumed
indexes don't get credited back when vacuumed.  I have fixed this issue with
your quota for now.

-Marzia

On Sat, Jan 3, 2009 at 8:09 AM, dloomer dloo...@gmail.com wrote:


 Is the index quota limit actually 50?  I don't see that listed on my
 Quota Details page or here:
 http://code.google.com/appengine/articles/quotas.html.

 Anyway, just today I started seeing that warning in my dashboard even
 though I have only 45 indices (no more than nine for any given entity
 kind).  What's strange is, I had never seen this warning before in
 spite of the fact that up until yesterday, when I did some cleanup, I
 had 13 additional indices on top of the current 45.

 Incidentally, late last night I was getting 500 server errors on the
 index update portion of my deployments (no further details on the
 nature of the error were given).

 I haven't quite nailed down the security model of my app yet, so I
 don't want to make the app ID public here -- I can provide that in a
 private e-mail.


 On Dec 20 2008, 1:40 am, paptimus papti...@gmail.com wrote:
  Hi, GAE team.
 
  I encountered Your application is exceeding a quota: Datastore
  Indices Count on dashboard.
 
  The number of indeces is under 50, but one model has about 30 indeces.
  So I think this one is the point of over quota warning and vacuumed
  these indeces.
  Vacuume_index was completed and there is no index of that model.
 
  But the warging of over quota ramains over 24 hours and the status of
  a new index remains building.
 
  I hope you check my index and change the status to Error if my index
  has problems, please.
 
  Thanks.
 


--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-01-04 Thread Panos

I see similar patterns with my case. I now have 56 indices but I used
to have many more before a recent reogranization of the code. I also
have been getting the 500 server errors but I assume that this is
related to the 'quotas' issue.

--Panos

On Jan 3, 8:09 am, dloomer dloo...@gmail.com wrote:
 Is the index quota limit actually 50?  I don't see that listed on my
 Quota Details page or 
 here:http://code.google.com/appengine/articles/quotas.html.

 Anyway, just today I started seeing that warning in my dashboard even
 though I have only 45 indices (no more than nine for any given entity
 kind).  What's strange is, I had never seen this warning before in
 spite of the fact that up until yesterday, when I did some cleanup, I
 had 13 additional indices on top of the current 45.

 Incidentally, late last night I was getting 500 server errors on the
 index update portion of my deployments (no further details on the
 nature of the error were given).

 I haven't quite nailed down the security model of my app yet, so I
 don't want to make the app ID public here -- I can provide that in a
 private e-mail.

 On Dec 20 2008, 1:40 am, paptimus papti...@gmail.com wrote:

  Hi, GAE team.

  I encountered Your application is exceeding a quota: Datastore
  Indices Count on dashboard.

  The number of indeces is under 50, but one model has about 30 indeces.
  So I think this one is the point of over quota warning and vacuumed
  these indeces.
  Vacuume_index was completed and there is no index of that model.

  But the warging of over quota ramains over 24 hours and the status of
  a new index remains building.

  I hope you check my index and change the status to Error if my index
  has problems, please.

  Thanks.
--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-01-03 Thread dloomer

Is the index quota limit actually 50?  I don't see that listed on my
Quota Details page or here: 
http://code.google.com/appengine/articles/quotas.html.

Anyway, just today I started seeing that warning in my dashboard even
though I have only 45 indices (no more than nine for any given entity
kind).  What's strange is, I had never seen this warning before in
spite of the fact that up until yesterday, when I did some cleanup, I
had 13 additional indices on top of the current 45.

Incidentally, late last night I was getting 500 server errors on the
index update portion of my deployments (no further details on the
nature of the error were given).

I haven't quite nailed down the security model of my app yet, so I
don't want to make the app ID public here -- I can provide that in a
private e-mail.


On Dec 20 2008, 1:40 am, paptimus papti...@gmail.com wrote:
 Hi, GAE team.

 I encountered Your application is exceeding a quota: Datastore
 Indices Count on dashboard.

 The number of indeces is under 50, but one model has about 30 indeces.
 So I think this one is the point of over quota warning and vacuumed
 these indeces.
 Vacuume_index was completed and there is no index of that model.

 But the warging of over quota ramains over 24 hours and the status of
 a new index remains building.

 I hope you check my index and change the status to Error if my index
 has problems, please.

 Thanks.
--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2009-01-02 Thread Panos

Hi Marzia,

Happy new

I encounter the same issues at pckidsis.appspot.com. Could you please
fix it if it is your issue or let me know how to fix it on my end?

Thanks,
Panos

On Dec 22 2008, 9:03 am, Marzia Niccolai ma...@google.com wrote:
 Hi,

 If you reply to me with your app id, I will be able to fix this.

 -Marzia

 On Fri, Dec 19, 2008 at 11:40 PM, paptimus papti...@gmail.com wrote:

  Hi, GAE team.

  I encountered Your application is exceeding a quota: Datastore
  Indices Count on dashboard.

  The number of indeces is under 50, but one model has about 30 indeces.
  So I think this one is the point of over quota warning and vacuumed
  these indeces.
  Vacuume_index was completed and there is no index of that model.

  But the warging of over quota ramains over 24 hours and the status of
  a new index remains building.

  I hope you check my index and change the status to Error if my index
  has problems, please.

  Thanks.

--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2008-12-22 Thread Marzia Niccolai
Hi,

If you reply to me with your app id, I will be able to fix this.

-Marzia

On Fri, Dec 19, 2008 at 11:40 PM, paptimus papti...@gmail.com wrote:


 Hi, GAE team.

 I encountered Your application is exceeding a quota: Datastore
 Indices Count on dashboard.

 The number of indeces is under 50, but one model has about 30 indeces.
 So I think this one is the point of over quota warning and vacuumed
 these indeces.
 Vacuume_index was completed and there is no index of that model.

 But the warging of over quota ramains over 24 hours and the status of
 a new index remains building.

 I hope you check my index and change the status to Error if my index
 has problems, please.

 Thanks.
 


--~--~-~--~~~---~--~~
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: Over Quota: Datastore Indices Count

2008-12-22 Thread koji matsui

Hi, Marzia.

I'm sorry I forgot to tell you my app id.
My app id is book-case-2

Thanks.

2008/12/23 Marzia Niccolai ma...@google.com:
 Hi,

 If you reply to me with your app id, I will be able to fix this.

 -Marzia

 On Fri, Dec 19, 2008 at 11:40 PM, paptimus papti...@gmail.com wrote:

 Hi, GAE team.

 I encountered Your application is exceeding a quota: Datastore
 Indices Count on dashboard.

 The number of indeces is under 50, but one model has about 30 indeces.
 So I think this one is the point of over quota warning and vacuumed
 these indeces.
 Vacuume_index was completed and there is no index of that model.

 But the warging of over quota ramains over 24 hours and the status of
 a new index remains building.

 I hope you check my index and change the status to Error if my index
 has problems, please.

 Thanks.



 




-- 
-
koji matsui

--~--~-~--~~~---~--~~
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: Over Quota - seems like for no reason

2008-12-18 Thread Marzia Niccolai
Hi,

For which app id are you experiencing this?

-Marzia

On Thu, Dec 18, 2008 at 2:41 PM, dk davemk...@gmail.com wrote:


 My app is showsing as Over Quota and has been for hours.  The
 dashboard shows basically no activity all day (maybe 50 requests)

 I suspected a possible  problem with high cpu but I don't even have a
 single high cpu warning in the logs today.

 Please help!

 -dk
 


--~--~-~--~~~---~--~~
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: Over Quota - seems like for no reason

2008-12-18 Thread Marzia Niccolai
Hi,

This ended up being an issue that code in the Universal Feed Parser open
source module was throwing an illegal system call since the production
update last night.

If anyone else is experiencing quota denials and using this module, please
comment out these lines (start at 2686):

   try:
return open(url_file_stream_or_string)
except:
pass

Thanks,
Marzia


On Thu, Dec 18, 2008 at 2:43 PM, Marzia Niccolai ma...@google.com wrote:

 Hi,

 For which app id are you experiencing this?

 -Marzia


 On Thu, Dec 18, 2008 at 2:41 PM, dk davemk...@gmail.com wrote:


 My app is showsing as Over Quota and has been for hours.  The
 dashboard shows basically no activity all day (maybe 50 requests)

 I suspected a possible  problem with high cpu but I don't even have a
 single high cpu warning in the logs today.

 Please help!

 -dk
 



--~--~-~--~~~---~--~~
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: Over Quota Error and Mail.send() took too long

2008-09-19 Thread Marzia Niccolai
Hi,

This sounds strange, if you could email me directly with your application
id, as well as the approximate times these errors were occurring, that would
be helpful!

Thanks,
Marzia

On Fri, Sep 19, 2008 at 12:02 PM, uprise78 [EMAIL PROTECTED] wrote:


 I am getting the following two errors a lot:

 DeadlineExceededError: The API call mail.Send() took too long to
 respond and was cancelled
 OverQuotaError: The API call mail.Send() required more quota than is
 available

 This is extremely odd because according to the dashboard email quota:
 77.00 of 2000.00 Emails (3%)

 The app gets very little traffic and the mail sends in question were
 oftentimes hours apart and no less than minutes apart.

 Is anyone else seeing this issue?
 


--~--~-~--~~~---~--~~
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: Over quota getting very frustrating

2008-08-27 Thread javaDinosaur

Can you use another one of your 9 application spots to debug a
duplicate of the locked app? I am not sure if the quotas are
cumulative across all 10 free spots or individual but worth a try?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---