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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -