On 02/18/2011 08:07 AM, aaronpk wrote:
Hi, I recently started using beanstalk, and I couldn't seem to find the answer to this question in the docs or on this list. What is the maximum length (if any) of a job? How much data is expected to be included in the job? I'm considering en-queuing jobs that could potentially have as much as 10kb of data in them.
$ beanstalkd -h Use: beanstalkd [OPTIONS] Options: [snip...] -z BYTES set the maximum job size in bytes (default is 65535) -- 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.
