Thanks Is it possible to size of Job at run time via some command?
/A On Nov 4, 9:42 pm, Keith Rarick <[email protected]> wrote: > On Wed, Nov 3, 2010 at 8:45 PM, Adnan <[email protected]> wrote: > > Also what is the maxiumum data can be put in a single tube? > > Unlimited. > > > and How > > can I change default 64kb Limit to more? Does it mean 64k of total > > data in a tube or a single Put? > > This limit is per-job. You can set it with the "-z" flag, like so: > > $ beanstalkd -z 123 > > This sets the limit to 123 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.
