Tweak tasks

This commit is contained in:
Thomas Sileo
2019-04-08 16:54:07 +02:00
parent 27622813ec
commit 12faea3c29
2 changed files with 9 additions and 1 deletions

2
run.sh
View File

@@ -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