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
Post a Comment