Billing is enabled, so I don't believe it's a quota issue. And I checked the dashboard and the quota details page, and there is nothing to indicate it might be quota related.
Also, another separate chain of tasks seem to be working fine and runs at 300/minute (I've set that queue's rate to 5/s so it's about right). Not sure why the main task queue doesn't work faster. It's now at 8 tasks per minute. The only difference between the two queues is that the tasks on the slow queue are long tasks (~20 seconds), while the fast queue is running small tasks ( < 1s). I understand that lengthy tasks mean that more tasks are running at the same time, but I've set the max concurrency to 20 yet I can only run 6 to 8 task sper minute. What else could cause a taskqueue to slow down? On Sat, Jun 18, 2011 at 6:44 PM, Chiguireitor <[email protected]>wrote: > Remember most quotas have a rate limit... at 17280 tasks/h it will probably > get throttled to avoid exceeding the quota (at that rate he would consume > his quota in less than 6 hours) > > -- > 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/-/HtRxuFZFacUJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
