django - CRON and Python notices contributing to hanging search results -
long story short, have search engine using following configuration:
- python 2
- django
- selenium
- beautifulsoup
- a cloud vps
i'm scraping information, sorting it, , displaying results. however, of searches cause loading page totally hang , search results never display (it shouldn't take longer 60s). looking cron & python notifications, i'm seeing following:
in /var/log/syslog: [2:28:13 pm] jan 27 23:25:01 xxxxx cron[xxxx]: (root) cmd (command -v debian-sa1 > /dev/null && debian-sa1 1 1) jan 27 23:25:16 xxxxx sd.forwarder[xxxx]: info (transaction.py:158): no transaction flush during flush #120 jan 27 23:25:55 xxxxx sd.collector[xxxx]: info (collector.py:521): finished run #10. collection time: 5.13s. emit time: 0.04s any thoughts on causing this?
Comments
Post a Comment