Rename /docs/tasks/job/work-queue-1/

This commit is contained in:
Andrew Chen
2017-03-16 12:56:44 -07:00
parent 7cc984d66b
commit 4e0ef3cddf
8 changed files with 7 additions and 7 deletions
@@ -0,0 +1,7 @@
#!/usr/bin/env python
# Just prints standard out and sleeps for 10 seconds.
import sys
import time
print("Processing " + sys.stdin.lines())
time.sleep(10)