add demonstration of geosearch
[gae-samples.git] / photostitch / worker / service_queue.sh
blob19ff6872555e4f7ced87d55277ec57496d683a19
1 #! /bin/sh
2 gtaskqueue_puller --taskqueue_name=photostitch \
3 --project_name=appid:your-gae-app-id \
4 --min_running_tasks=4 \
5 --num_tasks=8 \
6 --sleep_interval_secs=5 \
7 --lease_secs=600 \
8 --executable_binary=./do_stitch.py