[google-appengine] Is this a valid statement of Task Queue in GAE "In some cases, a single task may be executed more than once or not at all."

2013-07-18 Thread Jonathan Twomley
I have a push Task Queue that has task's that run based on an ETA. When the task run's it creates pull Task Records. When each pull task record is created we check to see that "was_enqueued == true" This all works great on a small amount of load. When we are under a large load it appears that i

Re: [google-appengine] Is this a valid statement of Task Queue in GAE "In some cases, a single task may be executed more than once or not at all."

2013-07-21 Thread Vinny P
On Wed, Jul 17, 2013 at 6:21 PM, Jonathan Twomley < jonathan.twom...@mobivity.com> wrote: > Is this a valid statement of Task Queue in GAE "In some cases, a single > task may be executed more than once or not at all." > It's true that a task may be executed more than once (it says so in the docum