[google-appengine] Task queue Problem

2013-06-25 Thread Eric Ka Ka Ng
Since around 2 hours ago, the task queues in our apps seems stop
functioning. The rate of task execution is very very slow (sometimes 0,
sometimes 10 / min, sometimes normal). is there any wrong with the task
queue and could someone from Google help? our apps relies heavily on task
queue

- eric

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Task queue Problem

2013-06-25 Thread Sameer Lodha
We too can confirm that this issue is consistently affecting all our (HR)
Apps for the last 4 hours. The surprising thing is that during most of the
last 4 hours the Task Queue Status Page shows things as normal.


On Tue, Jun 25, 2013 at 5:53 PM, Eric Ka Ka Ng ngk...@gmail.com wrote:

 Since around 2 hours ago, the task queues in our apps seems stop
 functioning. The rate of task execution is very very slow (sometimes 0,
 sometimes 10 / min, sometimes normal). is there any wrong with the task
 queue and could someone from Google help? our apps relies heavily on task
 queue

 - eric

 --
 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 http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Task queue Problem

2013-06-25 Thread Jacob G
testing thread, b/c i think this group has been locked down...

On Tuesday, June 25, 2013 8:43:57 AM UTC-4, Sam wrote:

 We too can confirm that this issue is consistently affecting all our (HR) 
 Apps for the last 4 hours. The surprising thing is that during most of the 
 last 4 hours the Task Queue Status Page shows things as normal.


 On Tue, Jun 25, 2013 at 5:53 PM, Eric Ka Ka Ng ngk...@gmail.comjavascript:
  wrote:

 Since around 2 hours ago, the task queues in our apps seems stop 
 functioning. The rate of task execution is very very slow (sometimes 0, 
 sometimes 10 / min, sometimes normal). is there any wrong with the task 
 queue and could someone from Google help? our apps relies heavily on task 
 queue

 - eric

 -- 
 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-appengi...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] task queue problem

2011-03-17 Thread Brian Lim
I am using the default task queue with the following settings:
rate = 10/s
bucket-size = 10
max-concurrent-tasks = 72
min-retry-seconds = 10
max-retry-seconds = 20

I submitted 72 tasks to a resource that is a Java servlet that is a
300 second while loop.  Billing is enabled.  Each task will write a
very small entity to the datastore.

The job was submitted at Thu Mar 17 7:03 am Eastern time.  It should
have finished by 7:08 am Eastern, ideally, but given GAE's flaws,
probably more like 7:11 am.

It is now 7:15 am and there are no tasks in the queue, no relevant
messages in the log, no instances running, and no objects in the
datastore.  What is the problem?

This code was already tested with slightly different settings and is
known to work (billing disabled, 300 second tasks, 20 instances).




-- 
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.



Re: [google-appengine] task queue problem

2011-03-17 Thread Robert Kluin
Hi Brian,
  [T]here are no tasks in the queue, no relevant messages in the log,
no instances running, and no objects in the datastore.  What is the
problem?

  Sounds like a coding issue to me.  Are you sure the tasks were
actually enqueued to begin with?  Are there other return paths in the
task that would result in an entity not being written, or the task
immediately returning?




Robert



On Thu, Mar 17, 2011 at 07:18, Brian Lim brian.lim...@gmail.com wrote:
 I am using the default task queue with the following settings:
 rate = 10/s
 bucket-size = 10
 max-concurrent-tasks = 72
 min-retry-seconds = 10
 max-retry-seconds = 20

 I submitted 72 tasks to a resource that is a Java servlet that is a
 300 second while loop.  Billing is enabled.  Each task will write a
 very small entity to the datastore.

 The job was submitted at Thu Mar 17 7:03 am Eastern time.  It should
 have finished by 7:08 am Eastern, ideally, but given GAE's flaws,
 probably more like 7:11 am.

 It is now 7:15 am and there are no tasks in the queue, no relevant
 messages in the log, no instances running, and no objects in the
 datastore.  What is the problem?

 This code was already tested with slightly different settings and is
 known to work (billing disabled, 300 second tasks, 20 instances).




 --
 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.



-- 
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] Task Queue problem: Permanent failure attempting to execute task

2009-12-20 Thread Alan Xing
Hi friends,

The following error keeps repeating every few minutes on our app. It seems
all these errors are from the version 1 code, while our app has been running
on version 3 for hours.

I wonder:

1. Are these errors really from version 1 code?
2. If so, how do I clean the old queued tasks for an old version before we
switch to a new version?

Thanks,
Alan


   1.  12-20 07:48AM 45.090 /_ah/queue/deferred 200 2287ms 680cpu_ms
0kb AppEngine-Google;
   (+http://code.google.com/appengine) See
detailshttps://appengine.google.com/logs/log_detail?app_id=snsanalyticsversion_id=3.338583298960072863request_id=00047B2AE88F1B7A.36E91D40layout=plain

   0.1.0.2 - - [20/Dec/2009:07:48:47 -0800] POST /_ah/queue/deferred
HTTP/1.1 200 124
http://snsanalytics.appspot.com/api/posting/rule/feed/cron_execute;
AppEngine-Google; (+http://code.google.com/appengine)
snsanalytics.appspot.com

2.  I 12-20 07:48AM 46.791

   X-Appengine-Taskretrycount:0, X-Appengine-Queuename:default,
X-Appengine-Taskname:15186975265483460081

3.  E 12-20 07:48AM 47.370

   Permanent failure attempting to execute task
   Traceback (most recent call last):
 File 
/base/python_lib/versions/1/google/appengine/ext/deferred/deferred.py,
line 255, in post
   run(self.request.body)
 File 
/base/python_lib/versions/1/google/appengine/ext/deferred/deferred.py,
line 122, in run
   raise PermanentTaskFailure(e)
   PermanentTaskFailure: Environment variable DJANGO_SETTINGS_MODULE
is undefined.

--

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.