Skip to content

Instantly share code, notes, and snippets.

@tomprince
Created February 3, 2016 17:37
Show Gist options
  • Save tomprince/223dff2880857553cded to your computer and use it in GitHub Desktop.
Save tomprince/223dff2880857553cded to your computer and use it in GitHub Desktop.
def poll_work():
d = sqs.get_messages()
d.addCallback(process_messages)
d.addCallback(lambda _: poll_work())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment