Skip to content

Instantly share code, notes, and snippets.

@hughes
Created May 3, 2013 17:30
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 hughes/5511687 to your computer and use it in GitHub Desktop.
Save hughes/5511687 to your computer and use it in GitHub Desktop.
job = group(tq_make_notification_for_user_range(i,i+1000) for i in range(1, user_count, 1000))
job.apply_async()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment