python - Clean retry in deferred.defer -


i using deferred.defer quite heavily schedule tasks using push queues on appengine.

sometimes wish have clean way signal retry task without having raise exception generates log warning.

is there way this?

if raise deferred.singulartaskfailure set error http-status, there won't exception in log.


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -