Skip to content

Instantly share code, notes, and snippets.

@tomviner
Created January 21, 2013 15:19
Show Gist options
  • Save tomviner/4586773 to your computer and use it in GitHub Desktop.
Save tomviner/4586773 to your computer and use it in GitHub Desktop.
import time
from statistics.tasks import test
for i in xrange(9999999):
test.delay('test - %s' % i)
time.sleep(2)
i+=1
print i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment