Skip to content

Instantly share code, notes, and snippets.

@soundofjw
Created June 3, 2014 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soundofjw/5d76cc2b1a114e9f6a6d to your computer and use it in GitHub Desktop.
Save soundofjw/5d76cc2b1a114e9f6a6d to your computer and use it in GitHub Desktop.
Getting taskqueue.Task payload parameter
class GenericTaskHandler(webapp2.RequestHandler):
def get(self):
payload = self.request.body
# taskqueue.Task(payload="Data")
# assert payload == "Data"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment