beanstalkd
How can I get a list of all jobs in a beanstalk tube?
I have beanstalk installed on my server, and run the following: $ telnet localhost 11300 use my_tube USING my_tube[详细]
2023-02-06 19:03 分类:问答delayed_jobs vs resque vs beanstalkd?
Here is my needs: Enqueue_in(10.hours, ... ) (DJ syntax is perfect.) Multiply 开发者_如何转开发workers, concurrently. (Resque or beanstalkd are good for this, but not DJ)[详细]
2023-02-06 17:41 分类:问答Running stalker (Ruby gem) as a daemon
Is it possible to run the Ruby gem stalker as a daemon?开发者_如何学运维 Something like as stalk jobs.rb -d. Should I just use stalk jobs.rb &?You could use your OS\'s startup system to run and re[详细]
2023-02-04 21:46 分类:问答ruby process when server is free
I want to run a Stalker job, only when the CPU load is less so that the site wont be affected. The job is to convert videos from any format to flv and mp4. so its a pretty expensive job.[详细]
2023-02-04 12:38 分类:问答beanstalkd storage backend
I would like to know if thers any db storage for beanstalkd queue system http://kr.github.com/beanstalkd/[详细]
2023-02-04 09:05 分类:问答What is the reason to use AMQP instead of Beanstalkd?
Why use one or the ot开发者_运维技巧her?amqp is a standard, beanstald is a queue. Read http://www.amqp.org/confluence/display/AMQP/AMQP+Specification for more details.[详细]
2023-01-24 12:08 分类:问答Use beanstalkd, for periodic tasks, how to always make a job replaced by its latest one?
I am trying to use beanstalk for queuing a large number of periodic tasks (for example, tasks n开发者_如何学JAVAeed processed every N minutes), for each[详细]
2023-01-19 10:35 分类:问答beanstalkd weirdness, returns invalid jobs
beanstalkd is playing tricks on me. As you can see from the following series of commands, there are ready jobs, but I cant peek, delete, or do anything with them.[详细]
2023-01-09 12:50 分类:问答What do I use when a cron job isn't enough? (php)
I\'m trying to figure out the most efficient way to running a pretty hefty PHP task thousands of times a day.It needs to make an IMAP connection to Gmail, loop over the emails, save this info to the d[详细]
2022-12-27 09:51 分类:问答Conditional Work Queue Insertion for beanstalkd?
I\'m using the Perl client of beanstalkd.I need a simple way to not enqueue the same work twice. I need something that needs to basically wait until there 开发者_Python百科are K elements, and then gr[详细]
2022-12-15 05:04 分类:问答