Open andreawwenyi opened 4 years ago
I think this is fixed by #36, which moves db queries to pipeline, which is shared by all spiders. It happened to me before, but I do not have ways to reproduce the problem, so I cannot verify if it is actually fixed.
This is further improved by commit d1733bf27d4041354c589436652d32f7fb34f570
Too many connections error when doing
python3 execute_spider.py -d -site_id xxx
Could get rid of error if close mysql connection and restart. The error is suspected raised from too many unclosed connections during discover process.Error messages: