why don't you save the payload into a file and pass the file path by payload? That would be more efficient when your worker retrieves a job to do from the queue. 在 2015年8月17日星期一 UTC+8下午7:23:41,Jens Rantil写道: > > Hi, > > I am doing some inventory for a queue solution that can handle somewhat > larger payloads 95% percentile maybe ~256 kilobytes. Two questions > regarding this: > > 1. Is beanstalkd a good use case for larger payloads? I understand > that I need to increase the max job size. Does it have any performance > implications doing this? > 2. For a lot of queued tasks, will beanstalkd off-load to disks if I > happen to queue too much when using write-ahead log? I am thinking of > high-water marking or similar. If beanstalkd does not handle this, how are > you guys handling occasions when the queue might fill up? Regular polling > of queue size? > > Thanks, > Jens >
-- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/beanstalk-talk. For more options, visit https://groups.google.com/d/optout.
