adsabs / adsws

ADS web services
Other
2 stars 15 forks source link

@require_oauth hangs in some cases #19

Closed vsudilov closed 9 years ago

vsudilov commented 9 years ago

Steps to reproduce:

vsudilov commented 9 years ago

This seems to be an issue with requests blocking on a per-worker basis. Running the application with multiple workers seems to fix this problem on a Vagrant setup

vsudilov commented 9 years ago

Setting gunicorn workers to min(5,cpus*2+1) works for t2.micro; closed