Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
132 views

Beanstalkc Timeout Question

I am using beanstalkc in Python for a queuing process for a program which has to parse a list of URLs. Hence I am using timeout in beanstalk for avoiding huge time consumption by any URL. But even ...
1
vote
1answer
155 views

Beanstalkc Noob question

I have a function named "spider" which takes "seed" as an argument "seed" is basically the name of the url I send to spider function. Now my question is how do I use beanstalkc in python to queue the ...