On Mon, Nov 9, 2009 at 3:04 PM, Ilya Grigorik <[email protected]> wrote: > > Hey guys, quick question: will beanstalk work fine with binary > payloads? The messages we're sending in for one of our applications > are rather large, so we want to gzip the JSON before throwing it into > beanstalk. Having said that, seeing some weird behavior (getting > RESERVED but no body), etc.
We're gzipping the body without any problem. Just make sure you change the max size of the job when you launch beanstalkd. > > ig > > > -- Martin Sarsale msn: [email protected] jabber: [email protected] twitter: http://twitter.com/runixo linkedin: http://www.linkedin.com/in/msarsale sumavisos: http://www.sumavisos.com blog: http://runa.tumblr.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
