first project
self.send_message("DETAIL", {"url": href }, url= "msg %s"%href)
second project name "DETAIL"
@every(minutes=7 * 60)
def on_start(self):
pass
@config(priority=3)
def on_message(self, project, msg):
self.crawl(msg["url"], callback=self.index)
Plan a project list, the second detail,
confirm that the send_message of the first project can be executed to that location
but the second project has not generated a task
and pyspider send_message "DETAIL" {"url": "http://www.qq.com"}
does not respond either.