如何在 Python 中使用 beanstalkc 对 URL 进行排队并执行作业
我有一个名为 spider
的函数,它接受 seed
作为参数。 seed
是我发送给蜘蛛函数的 URL 的名称。现在我的问题是如何在 Python 中使用 beanstalkc 对 URL 进行排队并执行作业。
I have a function named spider
which takes seed
as an argument. seed
is the name of the URL I send to the spider function. Now my question is how do I use beanstalkc in Python to queue the URLs and perform the jobs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 教程,您需要:
连接:
使用以下方式添加作业:
通过以下方式获取职位:
将作业标记为已完成:
According to the tutorial you would need:
Connect:
Add jobs using:
Get job via:
Mark job as completed: