Tweak tasks
This commit is contained in:
parent
27622813ec
commit
12faea3c29
2 changed files with 9 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
python -c "import config; config.create_indexes()"
|
||||
gunicorn -t 300 -w 5 -b 0.0.0.0:5005 --log-level debug app:app
|
||||
gunicorn -t 600 -w 5 -b 0.0.0.0:5005 --log-level debug app:app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue