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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

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

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -