Fix some typos and bugs in the worker.

This commit is contained in:
yackob03 2013-10-18 15:28:16 -04:00
parent a1164269be
commit 4514f5a969
3 changed files with 22 additions and 9 deletions

View file

@ -21,4 +21,13 @@ running:
```
sudo nginx -c `pwd`/nginx.conf
STACK=prod gunicorn -D --workers 4 -b unix:/tmp/gunicorn.sock --worker-class eventlet -t 500 application:application
```
```
set up the snapshot script:
(instructions in the seo-snapshots directory)[seo-snapshots/README.md]
start the workers:
```
python -m workers.diffsworker -D
```