On Thu, Feb 17, 2011 at 11:07 PM, aaronpk <[email protected]> wrote: > What is the maximum length (if any) of a job?
Maximum job size is reported by the stats command, documented here: https://github.com/kr/beanstalkd/blob/v1.4.6/doc/protocol.txt#L566 Admittedly, this document isn't the most obvious place for beanstalkd users to look. You can control this value with option -z on the command line. The default is somewhat arbitrary: 65,535 bytes. kr -- 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.
