google.appengine.ext.deferred.run

Unpickles and executes a task.

data A pickled tuple of (function, args, kwargs) to execute.

The return value of the function invocation.

PermanentTaskFailure if an error occurred during unpickling the task.