Fix some typos and bugs in the worker.
This commit is contained in:
parent
a1164269be
commit
4514f5a969
3 changed files with 22 additions and 9 deletions
11
README.md
11
README.md
|
@ -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
|
||||
```
|
||||
|
|
Reference in a new issue