news_aggregator / start.sh
ksvmuralidhar's picture
Update start.sh
9619e30 verified
raw
history blame
184 Bytes
#!/bin/bash
echo "save \"\"" | redis-cli
echo "config set appendonly no" | redis-cli
redis-server --daemonize yes
gunicorn -b 0.0.0.0:7860 --timeout 120 --workers 5 --threads 5 app:app