On Jan 19, 5:23 pm, chadkouse <[email protected]> wrote: > We are planning an application that will basically need to put every > job into a tube in a delayed state -- currently we will delay for 60 > minutes. My question is -- how does the affect the beanstalk server? > Does it require a lot of extra horsepower to manage all of those > delayed jobs? (We will be adding 4-5 million per day and hopefully > growing) Is there a better idea?
That's something like 1,400 jobs sitting in the queue on average, right? I can't imagine it would bother beanstalkd, but I'd certainly test it. -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
