python - Run a Scrapy spider in a Celery task on Windows -
I'm trying to get a scary spider to run in celery work on Windows under Python 2.7.
I have seen how it is to work normally, this is the latest question.
I have the issue that in response to the use of the billiards
package is used to get everything
anywhere under the hood, Calling billiard
socket.fromfd (fd, family, type [, proto])
method, which is not supported on Windows (Windows), it all gets separated.
Is anyone working on this (or a similar twisted reactor
process) on Windows?
Comments
Post a Comment