dheerajrajjak / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
0 stars 0 forks source link

Add option to gtaskqueue_puller to delete task immediately after dispatch #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This option would be used to prevent looping on a "Task of death", which brings 
down the service pulling tasks.

Along with this, it would be useful to have a 'deleteall' option to gtaskqueue, 
which would iterate over all the tasks and remove them.
This is to recover from a mini-disaster situation where the tasks have built up 
because they can not be completed.

Original issue reported on code.google.com by ai...@google.com on 5 Jan 2012 at 5:35

GoogleCodeExporter commented 8 years ago

Original comment by jcgregorio@google.com on 14 Jun 2012 at 7:41

GoogleCodeExporter commented 8 years ago

Original comment by vibho...@google.com on 21 Jun 2012 at 4:49

GoogleCodeExporter commented 8 years ago
AppEngine does also have the purge queue feature, which is a great way to clean 
up without having to log into the serving machine to invoke deleteall

Original comment by ai...@google.com on 8 Aug 2012 at 9:20

GoogleCodeExporter commented 8 years ago
The gtaskqueue sample is no longer part of this project.

Original comment by jcgregorio@google.com on 24 Jan 2013 at 8:29